]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgbe/Makefile
MFV r308954:
[FreeBSD/FreeBSD.git] / sys / modules / cxgbe / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 SYSDIR?=${.CURDIR}/../..
6 .include "${SYSDIR}/conf/kern.opts.mk"
7
8 SUBDIR= if_cxgbe
9 SUBDIR+=        if_cxl
10 SUBDIR+=        if_cc
11 SUBDIR+=        if_cxgbev
12 SUBDIR+=        if_cxlv
13 SUBDIR+=        if_ccv
14 SUBDIR+=        t4_firmware
15 SUBDIR+=        t5_firmware
16 SUBDIR+=        ${_tom}
17 SUBDIR+=        ${_iw_cxgbe}
18 SUBDIR+=        ${_cxgbei}
19
20 .if ${MACHINE_CPUARCH} == "amd64"
21 _tom=   tom
22 _cxgbei=        cxgbei
23 .if ${MK_OFED} != "no" || defined(ALL_MODULES)
24 _iw_cxgbe=      iw_cxgbe
25 .endif
26 .endif
27
28 .if ${MACHINE_CPUARCH} == "i386"
29 _tom=   tom
30 .endif
31
32 .include <bsd.subdir.mk>