only build iw_cxgb on i386 and amd64
This commit is contained in:
parent
f3e9983ea6
commit
e7989722c0
@ -2,7 +2,15 @@
|
||||
SUBDIR= cxgb
|
||||
SUBDIR+= toecore
|
||||
SUBDIR+= tom
|
||||
SUBDIR+= iw_cxgb
|
||||
SUBDIR+= ${_iw_cxgb}
|
||||
SUBDIR+= cxgb_t3fw
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
_iw_cxgb = iw_cxgb
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
_iw_cxgb = iw_cxgb
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user