NetBSD/sys/Makefile
he dace8f1df0 Do not try to build LKMs on evbppc, because we cannot predetermine
the PPC_INTR_IMPL, which is used to include a file in <machine/intr.h>.
To allow evbppc to complete a ``make release'', we also need to
factor out the LKM files to a new set list file, and tweak makeflist
to not include this file for evbppc.

Discussed with Matt Thomas.
2003-03-15 22:32:07 +00:00

16 lines
364 B
Makefile

# $NetBSD: Makefile,v 1.52 2003/03/15 22:32:07 he Exp $
SUBDIR= altq arch compat dev fs miscfs \
net netatalk netccitt netinet netinet6 netisdn netiso netkey \
netnatm netns netsmb nfs sys ufs uvm
.if (${MACHINE} != "evbppc")
SUBDIR+=lkm
.endif
# Speedup stubs for some subtrees that don't need to run these rules
includes-lkm:
@true
.include <bsd.kinc.mk>