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