Makefile revision 331769
1# $FreeBSD: stable/11/sys/modules/cxgb/Makefile 331769 2018-03-30 18:06:29Z hselasky $
2
3SYSDIR?=${SRCTOP}/sys
4.include "${SYSDIR}/conf/kern.opts.mk"
5
6SUBDIR= cxgb
7SUBDIR+= cxgb_t3fw
8SUBDIR+= ${_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>
19