summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2008-03-27 20:38:03 +0000
committerantoine <antoine@FreeBSD.org>2008-03-27 20:38:03 +0000
commit162471f2fb52f635320655aee0048ac48c38821c (patch)
tree443a105964ef5ccced7c74085b9af29a40ee12c2 /sys/modules/sound
parentfd0bef772c625754c6c54e004a8db759dd8e29a7 (diff)
downloadFreeBSD-src-162471f2fb52f635320655aee0048ac48c38821c.zip
FreeBSD-src-162471f2fb52f635320655aee0048ac48c38821c.tar.gz
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)
Diffstat (limited to 'sys/modules/sound')
-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 593455f..0b77711 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
OpenPOWER on IntegriCloud