Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpdev build dev_verbose.c



details:   https://anonhg.NetBSD.org/src/rev/8730d7756a2a
branches:  trunk
changeset: 808515:8730d7756a2a
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed May 20 11:22:54 2015 +0000

description:
build dev_verbose.c

diffstat:

 sys/rump/librump/rumpdev/Makefile.rumpdev |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 25ae46220450 -r 8730d7756a2a sys/rump/librump/rumpdev/Makefile.rumpdev
--- a/sys/rump/librump/rumpdev/Makefile.rumpdev Wed May 20 11:18:36 2015 +0000
+++ b/sys/rump/librump/rumpdev/Makefile.rumpdev Wed May 20 11:22:54 2015 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile.rumpdev,v 1.9 2014/12/02 01:59:15 pooka Exp $
+#      $NetBSD: Makefile.rumpdev,v 1.10 2015/05/20 11:22:54 pooka Exp $
 #
 
 LIB=   rumpdev
 
 .PATH: ${RUMPTOP}/librump/rumpdev                              \
-       ${RUMPTOP}/../kern
+       ${RUMPTOP}/../kern                                      \
+       ${RUMPTOP}/../dev
 
 IOCONFDIR:=    ${.PARSEDIR}
 IOCONF=                MAINBUS.ioconf
@@ -14,6 +15,9 @@
 # sys/kern
 SRCS+= kern_pmf.c subr_autoconf.c
 
+# sys/dev
+SRCS+= dev_verbose.c
+
 CPPFLAGS+=     -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpdev/opt
 
 .include "${RUMPTOP}/Makefile.rump"



Home | Main Index | Thread Index | Old Index