only build iw_cxgb on i386 and amd64

This commit is contained in:
Kip Macy 2008-05-06 02:31:27 +00:00
parent f3e9983ea6
commit e7989722c0

View File

@ -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>