Module Name: src
Committed By: pooka
Date: Mon Mar 8 10:56:12 UTC 2010
Modified Files:
src/sys/rump/dev/wip: Makefile.inc
Log Message:
need -Irumpkern for RUMP_COMPONENT
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/wip/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/dev/wip/Makefile.inc
diff -u src/sys/rump/dev/wip/Makefile.inc:1.1 src/sys/rump/dev/wip/Makefile.inc:1.2
--- src/sys/rump/dev/wip/Makefile.inc:1.1 Thu Oct 1 21:46:30 2009
+++ src/sys/rump/dev/wip/Makefile.inc Mon Mar 8 10:56:12 2010
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.1 2009/10/01 21:46:30 pooka Exp $
+# $NetBSD: Makefile.inc,v 1.2 2010/03/08 10:56:12 pooka Exp $
#
RUMPTOP= ${.CURDIR}/../../..
-CPPFLAGS+= -I${RUMPTOP}/librump/rumpdev
+CPPFLAGS+= -I${RUMPTOP}/librump/rumpdev -I${RUMPTOP}/librump/rumpkern
.include "${RUMPTOP}/Makefile.rump"