]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgb/Makefile
MFuser/marcel/mkimg:
[FreeBSD/FreeBSD.git] / sys / modules / cxgb / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR= cxgb
6 SUBDIR+= cxgb_t3fw
7 SUBDIR+= ${_tom}
8 SUBDIR+= ${_iw_cxgb}
9
10 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
11 _tom=           tom
12 .if ${MK_OFED} != "no" || defined(ALL_MODULES)
13 _iw_cxgb=       iw_cxgb
14 .endif
15 .endif
16
17 .include <bsd.subdir.mk>