summaryrefslogtreecommitdiffstats
path: root/sys/modules/bktr
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/bktr
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/bktr')
-rw-r--r--sys/modules/bktr/bktr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/bktr/bktr/Makefile b/sys/modules/bktr/bktr/Makefile
index f48f3e7..60e4a7c 100644
--- a/sys/modules/bktr/bktr/Makefile
+++ b/sys/modules/bktr/bktr/Makefile
@@ -6,7 +6,7 @@
KMOD= bktr
SRCS= bktr_core.c bktr_os.c bktr_audio.c bktr_tuner.c bktr_card.c msp34xx.c \
- opt_devfs.h opt_bktr.h bus_if.h device_if.h \
+ opt_bktr.h bus_if.h device_if.h \
pci_if.h
CFLAGS+= -DBKTR_FREEBSD_MODULE
OpenPOWER on IntegriCloud