]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/cxgbe/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / cxgbe / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 SUBDIR = if_cxgbe
6 SUBDIR+= t4_firmware
7 SUBDIR+= t5_firmware
8 SUBDIR+= ${_tom}
9
10 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
11 _tom=           tom
12 .endif
13
14 .include <bsd.subdir.mk>