Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/dev/lib/libpci add necessary -I for /dev/pci* creation



details:   https://anonhg.NetBSD.org/src/rev/f75d95276d1c
branches:  trunk
changeset: 328713:f75d95276d1c
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Apr 14 21:36:22 2014 +0000

description:
add necessary -I for /dev/pci* creation

diffstat:

 sys/rump/dev/lib/libpci/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a387117c1c2e -r f75d95276d1c sys/rump/dev/lib/libpci/Makefile
--- a/sys/rump/dev/lib/libpci/Makefile  Mon Apr 14 21:34:08 2014 +0000
+++ b/sys/rump/dev/lib/libpci/Makefile  Mon Apr 14 21:36:22 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2014/04/04 12:53:59 pooka Exp $
+#      $NetBSD: Makefile,v 1.2 2014/04/14 21:36:22 pooka Exp $
 #
 
 RUMPTOP= ${TOPRUMP}
@@ -21,6 +21,7 @@
 SRCS+= pci_at_mainbus.c
 
 CPPFLAGS+= -I${.CURDIR}/opt -I${RUMPTOP}/librump/rumpkern
+CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs
 
 #RUMPCOMP_USER_SRCS=   pci_user.c
 



Home | Main Index | Thread Index | Old Index