diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2012-01-20 22:37:10 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2012-01-20 22:37:10 +0000 |
| commit | 5dcd37b17d1db262cb99e231258156cba7771e5d (patch) | |
| tree | 1f3169ded159167ef91d477e9f16738d22d9253d /sys/modules/sound | |
| parent | 9eab2f146aac764ecba5a086e52a57b1ea1a18f0 (diff) | |
Notes
Diffstat (limited to 'sys/modules/sound')
| -rw-r--r-- | sys/modules/sound/driver/maestro3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/sound/driver/maestro3/Makefile b/sys/modules/sound/driver/maestro3/Makefile index d4378b8b790a..4bf494c96930 100644 --- a/sys/modules/sound/driver/maestro3/Makefile +++ b/sys/modules/sound/driver/maestro3/Makefile @@ -4,6 +4,7 @@ KMOD= snd_maestro3 SRCS= device_if.h bus_if.h pci_if.h +SRCS+= allegro_code.h allegro_reg.h SRCS+= maestro3.c CFLAGS+= -Wall -DM3_DEBUG_LEVEL=-1 |
