]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgbe/Makefile
Install the liblzma pkg-config file
[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+=        t4_firmware
10 SUBDIR+=        t5_firmware
11 SUBDIR+=        ${_tom}
12 SUBDIR+=        ${_iw_cxgbe}
13
14 .if ${MACHINE_CPUARCH} == "amd64"
15 _tom=   tom
16 .if ${MK_OFED} != "no" || defined(ALL_MODULES)
17 _iw_cxgbe=      iw_cxgbe
18 .endif
19 .endif
20
21 .if ${MACHINE_CPUARCH} == "i386"
22 _tom=   tom
23 .endif
24
25 .include <bsd.subdir.mk>