ix module doesn't compile on i386, so remove it from the build.
It can be restored when it builds again.
This commit is contained in:
parent
cdd93ab812
commit
3981a55d9d
@ -512,7 +512,6 @@ _io= io
|
||||
.if ${MK_OFED} != "no" || defined(ALL_MODULES)
|
||||
_ipoib= ipoib
|
||||
.endif
|
||||
_ix= ix
|
||||
_ixv= ixv
|
||||
_linprocfs= linprocfs
|
||||
_linsysfs= linsysfs
|
||||
@ -619,6 +618,7 @@ _x86bios= x86bios
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "amd64"
|
||||
_ix= ix
|
||||
_ixl= ixl
|
||||
_ixlv= ixlv
|
||||
_linux64= linux64
|
||||
|
Loading…
Reference in New Issue
Block a user