]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/cxgb/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>