From 994144641dcc5b60b4f536657292a3d34eca86da Mon Sep 17 00:00:00 2001 From: pooka Date: Tue, 16 Dec 2008 23:16:46 +0000 Subject: [PATCH] -Isys/arch is used in kernel builds --- sys/rump/Makefile.rump | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/rump/Makefile.rump b/sys/rump/Makefile.rump index 4c6740c65ec1..e5b5b8b7db03 100644 --- a/sys/rump/Makefile.rump +++ b/sys/rump/Makefile.rump @@ -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