]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/cxgb/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / cxgb / Makefile
1 # $FreeBSD$
2 SUBDIR= cxgb
3 SUBDIR+= cxgb_t3fw
4 SUBDIR+= ${_tom}
5 SUBDIR+= ${_iw_cxgb}
6
7 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
8 _tom=           tom
9 _iw_cxgb=       iw_cxgb
10 .endif
11
12 .include <bsd.subdir.mk>