Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern generate ioconf.h for pseudo-devic...



details:   https://anonhg.NetBSD.org/src/rev/0fbbe7c258d7
branches:  trunk
changeset: 810170:0fbbe7c258d7
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Aug 20 12:04:30 2015 +0000

description:
generate ioconf.h for pseudo-device attach prototype

diffstat:

 sys/rump/librump/rumpkern/KERN.ioconf       |  7 +++++++
 sys/rump/librump/rumpkern/Makefile.rumpkern |  4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 0f7286c47f21 -r 0fbbe7c258d7 sys/rump/librump/rumpkern/KERN.ioconf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/librump/rumpkern/KERN.ioconf     Thu Aug 20 12:04:30 2015 +0000
@@ -0,0 +1,7 @@
+#      $NetBSD: KERN.ioconf,v 1.1 2015/08/20 12:04:30 christos Exp $
+
+ioconf         kern
+
+include                "conf/files"
+
+pseudo-device   ksyms
diff -r 0f7286c47f21 -r 0fbbe7c258d7 sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern       Thu Aug 20 11:59:16 2015 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern       Thu Aug 20 12:04:30 2015 +0000
@@ -1,12 +1,12 @@
-#      $NetBSD: Makefile.rumpkern,v 1.160 2015/06/17 11:46:34 pooka Exp $
+#      $NetBSD: Makefile.rumpkern,v 1.161 2015/08/20 12:04:30 christos Exp $
 #
 
+IOCONF=KERN.ioconf
 .include "${RUMPTOP}/Makefile.rump"
 
 .include <bsd.own.mk>
 
 LIB=           rump
-
 MAN=           rump.3 rump_lwproc.3
 
 .PATH: ${RUMPTOP}/librump/rumpkern                             \



Home | Main Index | Thread Index | Old Index