xref: /freebsd/sys/modules/cxgbe/Makefile (revision 87c1627502a5dde91e5284118eec8682b60f27a2)
1#
2# $FreeBSD$
3#
4
5SUBDIR = if_cxgbe
6SUBDIR+= t4_firmware
7#SUBDIR+= t5_firmware
8SUBDIR+= ${_tom}
9
10.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
11_tom=		tom
12.endif
13
14.include <bsd.subdir.mk>
15