]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/cxgbe/Makefile
MFC r307755: swapoff: Remove only late devices with -aL.
[FreeBSD/stable/10.git] / sys / modules / cxgbe / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 SUBDIR= if_cxgbe
6 SUBDIR+=        if_cxl
7 SUBDIR+=        t4_firmware
8 SUBDIR+=        t5_firmware
9 SUBDIR+=        ${_tom}
10 SUBDIR+=        ${_iw_cxgbe}
11
12 .if ${MACHINE_CPUARCH} == "amd64"
13 _tom=   tom
14 _iw_cxgbe=      iw_cxgbe
15 .endif
16
17 .if ${MACHINE_CPUARCH} == "i386"
18 _tom=   tom
19 .endif
20
21
22 .include <bsd.subdir.mk>