freebsd-dev/sys/modules/cxgbe/Makefile

14 lines
181 B
Makefile
Raw Normal View History

#
# $FreeBSD$
#
SUBDIR = if_cxgbe
SUBDIR+= firmware
SUBDIR+= ${_tom}
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
_tom= tom
.endif
.include <bsd.subdir.mk>