aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/config.mk')
-rw-r--r--sys/conf/config.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/conf/config.mk b/sys/conf/config.mk
index c519980d088e..1e315fca1347 100644
--- a/sys/conf/config.mk
+++ b/sys/conf/config.mk
@@ -23,10 +23,6 @@ opt_inet6.h:
opt_ratelimit.h:
@echo "#define RATELIMIT 1" > ${.TARGET}
.endif
-.if ${MK_EISA} != "no"
-opt_eisa.h:
- @echo "#define DEV_EISA 1" > ${.TARGET}
-.endif
opt_mrouting.h:
echo "#define MROUTING 1" > ${.TARGET}
opt_natm.h:
@@ -49,9 +45,6 @@ KERN_OPTS+= INET TCP_OFFLOAD
.if ${MK_INET6_SUPPORT} != "no"
KERN_OPTS+= INET6
.endif
-.if ${MK_EISA} != "no"
-KERN_OPTS+= DEV_EISA
-.endif
.elif !defined(KERN_OPTS)
KERN_OPTS!=cat ${KERNBUILDDIR}/opt*.h | awk '{print $$2;}' | sort -u
.export KERN_OPTS