]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgb/Makefile
Copy elftoolchain binutils replacements from vendor branch
[FreeBSD/FreeBSD.git] / sys / modules / cxgb / Makefile
1 # $FreeBSD$
2
3 SYSDIR?=${.CURDIR}/../..
4 .include "${SYSDIR}/conf/kern.opts.mk"
5
6 SUBDIR= cxgb
7 SUBDIR+= cxgb_t3fw
8 SUBDIR+= ${_tom}
9 SUBDIR+= ${_iw_cxgb}
10
11 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
12 _tom=           tom
13 .if ${MK_OFED} != "no" || defined(ALL_MODULES)
14 _iw_cxgb=       iw_cxgb
15 .endif
16 .endif
17
18 .include <bsd.subdir.mk>