Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/dev/wip need -Irumpkern for RUMP_COMPONENT
details: https://anonhg.NetBSD.org/src/rev/f949628c7ea3
branches: trunk
changeset: 752850:f949628c7ea3
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Mar 08 10:56:12 2010 +0000
description:
need -Irumpkern for RUMP_COMPONENT
diffstat:
sys/rump/dev/wip/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 80ea0c851e55 -r f949628c7ea3 sys/rump/dev/wip/Makefile.inc
--- a/sys/rump/dev/wip/Makefile.inc Mon Mar 08 10:54:21 2010 +0000
+++ b/sys/rump/dev/wip/Makefile.inc Mon Mar 08 10:56:12 2010 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index