]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgbe/Makefile
Update lld to trunk r290819 and resolve conflicts.
[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+=        t6_firmware
17 SUBDIR+=        ${_tom}
18 SUBDIR+=        ${_iw_cxgbe}
19 SUBDIR+=        ${_cxgbei}
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>