Cleanup some sound headers that don't need to be in the modules makefiles.

Approved by:	jhb (mentor)
MFC after:	1 week
This commit is contained in:
Pedro F. Giffuni 2012-02-02 00:10:20 +00:00
parent 7106ed257d
commit b7c60aadbb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230898
3 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@
${.CURDIR}/../../../../gnu/dev/sound/pci
KMOD= snd_emu10k1
SRCS= device_if.h bus_if.h emuxkireg.h pci_if.h
SRCS= device_if.h bus_if.h pci_if.h
SRCS+= mpufoi_if.h
SRCS+= emu10k1.c

View File

@ -11,6 +11,5 @@ SRCS+= vnode_if.h
SRCS+= emu10kx.c
SRCS+= emu10kx-pcm.c
SRCS+= emu10kx-midi.c
SRCS+= emuxkireg.h
.include <bsd.kmod.mk>

View File

@ -4,7 +4,6 @@
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