From a5108eaebf6536359f2e71c8e0c3fa5bef735ccb Mon Sep 17 00:00:00 2001 From: Scott Long Date: Thu, 1 Feb 2001 20:29:16 +0000 Subject: Driver for the ESS Maestro3 and Allegro sound chips. Note that due to the amount of GPL'd firmware in the driver, it will only be built as a module. Approved by: cg --- sys/modules/sound/driver/Makefile | 2 +- sys/modules/sound/driver/maestro3/Makefile | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 sys/modules/sound/driver/maestro3/Makefile (limited to 'sys/modules') 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 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 -- cgit v1.3