Makefile revision 248925
1#
2# $FreeBSD: head/sys/modules/cxgbe/Makefile 248925 2013-03-30 02:26:20Z np $
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