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