Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/dev/scsipi/libscsitest CPPFLAGS for rump_private.h



details:   https://anonhg.NetBSD.org/src/rev/23bd357f7cdc
branches:  trunk
changeset: 328930:23bd357f7cdc
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Apr 25 00:17:48 2014 +0000

description:
CPPFLAGS for rump_private.h

diffstat:

 tests/dev/scsipi/libscsitest/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6a0caf39d726 -r 23bd357f7cdc tests/dev/scsipi/libscsitest/Makefile
--- a/tests/dev/scsipi/libscsitest/Makefile     Thu Apr 24 23:49:40 2014 +0000
+++ b/tests/dev/scsipi/libscsitest/Makefile     Fri Apr 25 00:17:48 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2014/04/24 21:46:44 pooka Exp $
+#      $NetBSD: Makefile,v 1.2 2014/04/25 00:17:48 pooka Exp $
 #
 
 RUMPTOP= ${NETBSDSRCDIR}/sys/rump
@@ -10,6 +10,8 @@
 SRCS=  scsitest.c
 SRCS+= scsitest_component.c
 
+CPPFLAGS+= -I${.CURDIR} -I${RUMPTOP}/librump/rumpkern
+
 .include "${RUMPTOP}/Makefile.rump"
 .include <bsd.lib.mk>
 .include <bsd.klinks.mk>



Home | Main Index | Thread Index | Old Index