NetBSD/sys/modules/arch/Makefile
mrg a2c4975d63 build evbppc modules in 3 different flavours:
- oea (default)
	- ibm4xx
	- booke

this, together with earlier machine_module[] work, should allow evbppc
platforms to use modules.
2011-06-15 09:45:58 +00:00

18 lines
272 B
Makefile

# $NetBSD: Makefile,v 1.1 2011/06/15 09:45:59 mrg Exp $
# Build multi-abi kernel modules
.include <bsd.own.mk>
.if ${MKCOMPATMODULES} != "no"
.if !make(includes)
.include "archdirs.mk"
SUBDIR= dirshack .WAIT ${ARCHDIR_SUBDIR}
.endif
.endif
.include <bsd.subdir.mk>