]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgbe/Makefile
MFV r245512:
[FreeBSD/FreeBSD.git] / sys / modules / cxgbe / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 SUBDIR = if_cxgbe
6 SUBDIR+= firmware
7 SUBDIR+= ${_tom}
8
9 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
10 _tom=           tom
11 .endif
12
13 .include <bsd.subdir.mk>