Remove EISA build option

This commit is contained in:
Warner Losh 2017-02-17 06:13:49 +00:00
parent ffd5c94c4f
commit 08356e1450

View File

@ -45,7 +45,6 @@ __DEFAULT_YES_OPTIONS = \
ZFS
__DEFAULT_NO_OPTIONS = \
EISA \
EXTRA_TCP_STACKS \
NAND \
OFED \
@ -77,10 +76,6 @@ BROKEN_OPTIONS+= ZFS
# Things that don't work because the kernel doesn't have the support
# for them.
.if ${MACHINE} != "i386"
BROKEN_OPTIONS+= EISA
.endif
.if ${MACHINE} != "i386" && ${MACHINE} != "amd64"
BROKEN_OPTIONS+= OFED
.endif