summaryrefslogtreecommitdiff
path: root/sys/modules/bktr
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2000-09-11 11:18:55 +0000
committerRoger Hardiman <roger@FreeBSD.org>2000-09-11 11:18:55 +0000
commit5869d5290bca076fd33e0fd0d32e257c187cef9a (patch)
treec00d3e1d0e55f8c7839dfd8bee8c0a5b990c5192 /sys/modules/bktr
parentd16121a18bb70b5ece74e28f7265bb8f6a1c9e8d (diff)
Notes
Diffstat (limited to 'sys/modules/bktr')
-rw-r--r--sys/modules/bktr/bktr/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/bktr/bktr/Makefile b/sys/modules/bktr/bktr/Makefile
index a45571b05971..253e479d6839 100644
--- a/sys/modules/bktr/bktr/Makefile
+++ b/sys/modules/bktr/bktr/Makefile
@@ -11,8 +11,7 @@ CLEANFILES= bktr.h smbus.h
bktr.h:
echo "#define NBKTR 1" > bktr.h
-# Uncomment the next line to make the bktr driver use the bktr_mem module
-# echo "#define BKTR_FREEBSD_MODULE 1" >> bktr.h
+ echo "#define BKTR_FREEBSD_MODULE 1" >> bktr.h
# Does not use SMBUS/IICBUS. Uses the old i2c code self contained in
# the bt848 driver.