add a comment stating why evbppc doesn't do lkm or modules

This commit is contained in:
pooka 2008-07-28 14:09:55 +00:00
parent e575982be5
commit 49eea9ca9f
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.67 2008/07/28 13:56:59 pooka Exp $
# $NetBSD: Makefile,v 1.68 2008/07/28 14:09:55 pooka Exp $
SUBDIR= altq arch compat dev fs miscfs \
net net80211 netatalk netbt netipsec netinet netinet6 \
@ -9,6 +9,7 @@ SUBDIR= altq arch compat dev fs miscfs \
SUBDIR+= rump
.endif
# interrupt implementation depends on the kernel within the port
.if (${MACHINE} != "evbppc")
SUBDIR+=lkm modules
.endif