diff options
| author | Scott Long <scottl@FreeBSD.org> | 2001-02-01 20:29:16 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2001-02-01 20:29:16 +0000 |
| commit | a5108eaebf6536359f2e71c8e0c3fa5bef735ccb (patch) | |
| tree | c7e8c382e577e331d65ed712cf7c554419915b77 /sys/modules | |
| parent | f78fa0034562e28421624ccf214368be20c2148d (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/sound/driver/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/sound/driver/maestro3/Makefile | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/sys/modules/sound/driver/Makefile b/sys/modules/sound/driver/Makefile index 888cfb7208caf..e6f21acb1a069 100644 --- a/sys/modules/sound/driver/Makefile +++ b/sys/modules/sound/driver/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ SUBDIR = ad1816 csa csapcm ds1 emu10k1 es137x es1888 ess fm801 gusc -SUBDIR += maestro mss neomagic sb16 sb8 sbc solo t4dwave via82c686 +SUBDIR += maestro maestro3 mss neomagic sb16 sb8 sbc solo t4dwave via82c686 SUBDIR += driver .include <bsd.subdir.mk> diff --git a/sys/modules/sound/driver/maestro3/Makefile b/sys/modules/sound/driver/maestro3/Makefile new file mode 100644 index 0000000000000..b644370a4eac8 --- /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> |
