Remove EISA build option
This commit is contained in:
parent
ffd5c94c4f
commit
08356e1450
@ -45,7 +45,6 @@ __DEFAULT_YES_OPTIONS = \
|
|||||||
ZFS
|
ZFS
|
||||||
|
|
||||||
__DEFAULT_NO_OPTIONS = \
|
__DEFAULT_NO_OPTIONS = \
|
||||||
EISA \
|
|
||||||
EXTRA_TCP_STACKS \
|
EXTRA_TCP_STACKS \
|
||||||
NAND \
|
NAND \
|
||||||
OFED \
|
OFED \
|
||||||
@ -77,10 +76,6 @@ BROKEN_OPTIONS+= ZFS
|
|||||||
|
|
||||||
# Things that don't work because the kernel doesn't have the support
|
# Things that don't work because the kernel doesn't have the support
|
||||||
# for them.
|
# for them.
|
||||||
.if ${MACHINE} != "i386"
|
|
||||||
BROKEN_OPTIONS+= EISA
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${MACHINE} != "i386" && ${MACHINE} != "amd64"
|
.if ${MACHINE} != "i386" && ${MACHINE} != "amd64"
|
||||||
BROKEN_OPTIONS+= OFED
|
BROKEN_OPTIONS+= OFED
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user