mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
7106ed257d
commit
b7c60aadbb
3 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue