Makefile (193d9e768ba63fcfb187cfd17f461f7d41345048) Makefile (5033c43b7a5c86f71be4058a8209503be2d65c49)
1#
2# $FreeBSD$
3#
4
5SYSDIR?=${SRCTOP}/sys
6.include "${SYSDIR}/conf/kern.opts.mk"
7
8SUBDIR= if_cxgbe
9SUBDIR+= if_cxl
10SUBDIR+= if_cc
11SUBDIR+= if_cxgbev
12SUBDIR+= if_cxlv
13SUBDIR+= if_ccv
14SUBDIR+= t4_firmware
15SUBDIR+= t5_firmware
16SUBDIR+= t6_firmware
17SUBDIR+= ${_tom}
18SUBDIR+= ${_iw_cxgbe}
19SUBDIR+= ${_cxgbei}
1#
2# $FreeBSD$
3#
4
5SYSDIR?=${SRCTOP}/sys
6.include "${SYSDIR}/conf/kern.opts.mk"
7
8SUBDIR= if_cxgbe
9SUBDIR+= if_cxl
10SUBDIR+= if_cc
11SUBDIR+= if_cxgbev
12SUBDIR+= if_cxlv
13SUBDIR+= if_ccv
14SUBDIR+= t4_firmware
15SUBDIR+= t5_firmware
16SUBDIR+= t6_firmware
17SUBDIR+= ${_tom}
18SUBDIR+= ${_iw_cxgbe}
19SUBDIR+= ${_cxgbei}
20SUBDIR+= ccr
20
21.if ${MACHINE_CPUARCH} == "amd64"
22_tom= tom
23_cxgbei= cxgbei
24.if ${MK_OFED} != "no" || defined(ALL_MODULES)
25_iw_cxgbe= iw_cxgbe
26.endif
27.endif
28
29.if ${MACHINE_CPUARCH} == "i386"
30_tom= tom
31.endif
32
33.include <bsd.subdir.mk>
21
22.if ${MACHINE_CPUARCH} == "amd64"
23_tom= tom
24_cxgbei= cxgbei
25.if ${MK_OFED} != "no" || defined(ALL_MODULES)
26_iw_cxgbe= iw_cxgbe
27.endif
28.endif
29
30.if ${MACHINE_CPUARCH} == "i386"
31_tom= tom
32.endif
33
34.include <bsd.subdir.mk>