freebsd-dev/sys/modules/cxgb/Makefile

18 lines
290 B
Makefile
Raw Normal View History

2007-03-14 02:47:38 +00:00
# $FreeBSD$
.include <src.opts.mk>
SUBDIR= cxgb
SUBDIR+= cxgb_t3fw
SUBDIR+= ${_tom}
2008-05-06 02:31:27 +00:00
SUBDIR+= ${_iw_cxgb}
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
_tom= tom
.if ${MK_OFED} != "no" || defined(ALL_MODULES)
_iw_cxgb= iw_cxgb
2008-05-06 02:31:27 +00:00
.endif
.endif
2008-05-06 02:31:27 +00:00
.include <bsd.subdir.mk>