]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/modules/cxgb/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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>