svn commit: r230898 - in head/sys/modules/sound/driver: emu10k1
emu10kx maestro3
Pedro F. Giffuni
pfg at FreeBSD.org
Thu Feb 2 00:10:21 UTC 2012
Author: pfg
Date: Thu Feb 2 00:10:20 2012
New Revision: 230898
URL: http://svn.freebsd.org/changeset/base/230898
Log:
Cleanup some sound headers that don't need to be in the modules makefiles.
Approved by: jhb (mentor)
MFC after: 1 week
Modified:
head/sys/modules/sound/driver/emu10k1/Makefile
head/sys/modules/sound/driver/emu10kx/Makefile
head/sys/modules/sound/driver/maestro3/Makefile
Modified: head/sys/modules/sound/driver/emu10k1/Makefile
==============================================================================
--- head/sys/modules/sound/driver/emu10k1/Makefile Wed Feb 1 21:38:01 2012 (r230897)
+++ head/sys/modules/sound/driver/emu10k1/Makefile Thu Feb 2 00:10:20 2012 (r230898)
@@ -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
Modified: head/sys/modules/sound/driver/emu10kx/Makefile
==============================================================================
--- head/sys/modules/sound/driver/emu10kx/Makefile Wed Feb 1 21:38:01 2012 (r230897)
+++ head/sys/modules/sound/driver/emu10kx/Makefile Thu Feb 2 00:10:20 2012 (r230898)
@@ -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>
Modified: head/sys/modules/sound/driver/maestro3/Makefile
==============================================================================
--- head/sys/modules/sound/driver/maestro3/Makefile Wed Feb 1 21:38:01 2012 (r230897)
+++ head/sys/modules/sound/driver/maestro3/Makefile Thu Feb 2 00:10:20 2012 (r230898)
@@ -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
More information about the svn-src-head
mailing list