-Isys/arch is used in kernel builds

This commit is contained in:
pooka 2008-12-16 23:16:46 +00:00
parent 20ffd1f752
commit 994144641d

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.rump,v 1.13 2008/12/08 12:57:33 pooka Exp $
# $NetBSD: Makefile.rump,v 1.14 2008/12/16 23:16:46 pooka Exp $
#
WARNS?= 4
@ -8,7 +8,7 @@ CFLAGS+= -ffreestanding
CPPFLAGS+= -D_KERNEL -D_RUMPKERNEL -DMULTIPROCESSOR -DDIAGNOSTIC
CPPFLAGS:= -I${RUMPTOP}/include ${CPPFLAGS}
CPPFLAGS+= -I${.CURDIR} -I.
CPPFLAGS+= -I${RUMPTOP}/../../common/include
CPPFLAGS+= -I${RUMPTOP}/../../common/include -I${RUMPTOP}/../arch
CPPFLAGS+= -nostdinc -I${RUMPTOP}/..
#CPPFLAGS+= -DDEBUG