]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgbe/Makefile
Upgrade to OpenSSH 6.8p1.
[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+=        t4_firmware
11 SUBDIR+=        t5_firmware
12 SUBDIR+=        ${_tom}
13 SUBDIR+=        ${_iw_cxgbe}
14 SUBDIR+=        ${_cxgbei}
15
16 .if ${MACHINE_CPUARCH} == "amd64"
17 _tom=   tom
18 _cxgbei=        cxgbei
19 .if ${MK_OFED} != "no" || defined(ALL_MODULES)
20 _iw_cxgbe=      iw_cxgbe
21 .endif
22 .endif
23
24 .if ${MACHINE_CPUARCH} == "i386"
25 _tom=   tom
26 .endif
27
28 .include <bsd.subdir.mk>