From 162471f2fb52f635320655aee0048ac48c38821c Mon Sep 17 00:00:00 2001 From: antoine Date: Thu, 27 Mar 2008 20:38:03 +0000 Subject: 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) --- sys/modules/sound/driver/emu10kx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/sound') 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 -- cgit v1.1