1# $FreeBSD: releng/10.2/sys/modules/sound/driver/maestro3/Makefile 230898 2012-02-02 00:10:20Z pfg $
2
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
4
5KMOD=	snd_maestro3
6SRCS=	device_if.h bus_if.h pci_if.h
7SRCS+=	maestro3.c
8
9CFLAGS+= -Wall -DM3_DEBUG_LEVEL=-1
10
11.include <bsd.kmod.mk>
12