aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sound/driver/maestro3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/sound/driver/maestro3/Makefile')
-rw-r--r--sys/modules/sound/driver/maestro3/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/sound/driver/maestro3/Makefile b/sys/modules/sound/driver/maestro3/Makefile
new file mode 100644
index 000000000000..b644370a4eac
--- /dev/null
+++ b/sys/modules/sound/driver/maestro3/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+.PATH: ${.CURDIR}/../../../../dev/sound/pci
+KMOD = snd_maestro3
+SRCS = device_if.h bus_if.h isa_if.h pci_if.h
+SRCS += maestro3.c
+CFLAGS += -Wall
+
+CFLAGS += -DM3_DEBUG_LEVEL=-1
+
+.include <bsd.kmod.mk>