aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bktr/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-09-28 07:23:59 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-09-28 07:23:59 +0000
commit5e6016775cc53e318d5257c7527883ce4eec642a (patch)
tree21592e95826d6594b3a8a62cc687be36c219f477 /sys/modules/bktr/Makefile
parente3a285c715631db9cd53989d2b7d2b053bed1296 (diff)
Notes
Diffstat (limited to 'sys/modules/bktr/Makefile')
-rw-r--r--sys/modules/bktr/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/sys/modules/bktr/Makefile b/sys/modules/bktr/Makefile
index 5ad9e9f04d9f..c372bb63e836 100644
--- a/sys/modules/bktr/Makefile
+++ b/sys/modules/bktr/Makefile
@@ -11,19 +11,21 @@
# $FreeBSD$
-S = ${.CURDIR}/../..
+S= ${.CURDIR}/../..
.PATH: $S/dev/bktr
-KMOD = bktr
-SRCS = bktr_core.c bktr_os bktr_audio bktr_tuner bktr_card bktr.h opt_devfs.h opt_bktr.h smbus.h bus_if.h device_if.h pci_if.h vnode_if.h
-CLEANFILES += bktr.h opt_devfs.h opt_bktr.h smbus.h bus_if.h device_if.h pci_if.h vnode_if.h
-FLAGS += ${DEBUG_FLAGS}
+KMOD= bktr
+SRCS= bktr_core.c bktr_os.c bktr_audio.c bktr_tuner.c bktr_card.c \
+ bktr.h opt_devfs.h opt_bktr.h smbus.h bus_if.h device_if.h \
+ pci_if.h vnode_if.h
+CLEANFILES += bktr.h opt_devfs.h opt_bktr.h smbus.h bus_if.h device_if.h \
+ pci_if.h vnode_if.h
bktr.h:
echo "#define NBKTR 1" > bktr.h
+# Does not use SMBUS/IICBUS. Uses the old i2c code self contained in
+# the bt848 driver.
smbus.h:
- # Does not use SMBUS/IICBUS. Uses the old i2c code self contained in
- # the bt848 driver.
echo "#define NSMBUS 0" > smbus.h
opt_devfs.h: