]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgbe/Makefile
Merge compiler-rt trunk r338150, and resolve conflicts.
[FreeBSD/FreeBSD.git] / sys / modules / cxgbe / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 SYSDIR?=${SRCTOP}/sys
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+=        t6_firmware
17 SUBDIR+=        ${_tom}
18 SUBDIR+=        ${_iw_cxgbe}
19 SUBDIR+=        ${_cxgbei}
20 SUBDIR+=        ccr
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>