2007-03-13 22:47:38 -04:00
|
|
|
# $FreeBSD$
|
2013-10-18 05:17:35 -04:00
|
|
|
|
2014-08-11 10:50:49 -04:00
|
|
|
SYSDIR?=${.CURDIR}/../..
|
|
|
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
2013-10-18 05:17:35 -04:00
|
|
|
|
2007-12-15 17:03:19 -05:00
|
|
|
SUBDIR= cxgb
|
2012-06-19 03:34:13 -04:00
|
|
|
SUBDIR+= cxgb_t3fw
|
2008-09-23 21:19:08 -04:00
|
|
|
SUBDIR+= ${_tom}
|
2008-05-05 22:31:27 -04:00
|
|
|
SUBDIR+= ${_iw_cxgb}
|
|
|
|
|
|
2012-06-19 03:34:13 -04:00
|
|
|
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
|
|
|
|
|
_tom= tom
|
2013-10-18 05:17:35 -04:00
|
|
|
.if ${MK_OFED} != "no" || defined(ALL_MODULES)
|
2012-06-19 03:34:13 -04:00
|
|
|
_iw_cxgb= iw_cxgb
|
2008-05-05 22:31:27 -04:00
|
|
|
.endif
|
2013-10-18 05:17:35 -04:00
|
|
|
.endif
|
2008-05-05 22:31:27 -04:00
|
|
|
|
2007-12-15 17:03:19 -05:00
|
|
|
.include <bsd.subdir.mk>
|