aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sound/driver/emu10kx/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2008-03-27 20:38:03 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2008-03-27 20:38:03 +0000
commit10f0bcab61ef441cb5af32fb706688d8cbd55dc0 (patch)
tree443a105964ef5ccced7c74085b9af29a40ee12c2 /sys/modules/sound/driver/emu10kx/Makefile
parentc86d865ec8f46b4ae7462594da26381393e0e390 (diff)
downloadsrc-10f0bcab61ef441cb5af32fb706688d8cbd55dc0.tar.gz
src-10f0bcab61ef441cb5af32fb706688d8cbd55dc0.zip
Remove option headers that do not exist and are not used
from the Makefiles in sys/modules. (opt_devfs.h, opt_bdg.h, opt_emu10kx.h and opt_uslcom.h) Approved by: rwatson (mentor)
Notes
Notes: svn path=/head/; revision=177671
Diffstat (limited to 'sys/modules/sound/driver/emu10kx/Makefile')
-rw-r--r--sys/modules/sound/driver/emu10kx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/sound/driver/emu10kx/Makefile b/sys/modules/sound/driver/emu10kx/Makefile
index 593455f62c55..0b7771115f2e 100644
--- a/sys/modules/sound/driver/emu10kx/Makefile
+++ b/sys/modules/sound/driver/emu10kx/Makefile
@@ -6,7 +6,7 @@ KMOD= snd_emu10kx
SRCS= device_if.h bus_if.h pci_if.h
SRCS+= isa_if.h channel_if.h ac97_if.h mixer_if.h mpufoi_if.h
-SRCS+= vnode_if.h opt_emu10kx.h
+SRCS+= vnode_if.h
# Master, PCM and MIDI devices
SRCS+= emu10kx.c
SRCS+= emu10kx-pcm.c