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 + don't rename rump_syscalls.*o
details: https://anonhg.NetBSD.org/src/rev/1f81826590b1
branches: trunk
changeset: 789703:1f81826590b1
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Sep 03 21:32:21 2013 +0000
description:
+ don't rename rump_syscalls.*o
+ support RUMP_KERNEL_IS_LIBC
diffstat:
sys/rump/librump/rumpkern/Makefile.rumpkern | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 1a28af99611e -r 1f81826590b1 sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern Tue Sep 03 21:30:43 2013 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern Tue Sep 03 21:32:21 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rumpkern,v 1.130 2013/08/22 15:53:05 matt Exp $
+# $NetBSD: Makefile.rumpkern,v 1.131 2013/09/03 21:32:21 pooka Exp $
#
.include "${RUMPTOP}/Makefile.rump"
@@ -23,6 +23,13 @@
kobj_rename.c ltsleep.c scheduler.c \
signals.c sleepq.c threads.c vm.c cprng_stub.c
+# autogenerated into the correct namespace
+RUMPOBJ_NORENAME= rump_syscalls.*o
+
+.ifdef RUMP_KERNEL_IS_LIBC
+CPPFLAGS+= -DRUMP_KERNEL_IS_LIBC
+.endif
+
# optional hypervisor interfaces
#SRCS+= hyperstubs.c
Home |
Main Index |
Thread Index |
Old Index