summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 016be57..f927614 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -7,9 +7,8 @@
# compile) should be commented out; LINT should compile as much code
# as possible. Try to structure option-using code so that a single
# option only switch code on, or only switch code off, to make it
-# possible to have a full compile-test. If necessary, you can include
-# "opt_lint.h" and check for COMPILING_LINT to get maximum code
-# coverage.
+# possible to have a full compile-test. If necessary, you can check
+* for COMPILING_LINT to get maximum code coverage.
#
# All new options shall also be listed in either "conf/options" or
# "<machine>/conf/options.<machine>". Options that affect a single
@@ -46,7 +45,7 @@ ADW_ALLOW_MEMIO opt_adw.h # Allow PCI devices to use memory
# Miscellaneous options.
COMPAT_43 opt_compat.h
COMPAT_SUNOS opt_compat.h
-COMPILING_LINT opt_lint.h
+COMPILING_LINT opt_global.h
CY_PCI_FASTINTR
DDB
DDB_UNATTENDED opt_ddb.h
OpenPOWER on IntegriCloud