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 move module to SRCS where it logic...
details: https://anonhg.NetBSD.org/src/rev/52b737b173c9
branches: trunk
changeset: 748735:52b737b173c9
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Nov 03 18:44:15 2009 +0000
description:
move module to SRCS where it logically belongs. no functional change.
diffstat:
sys/rump/librump/rumpkern/Makefile.rumpkern | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r 3e9647f6cd25 -r 52b737b173c9 sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern Tue Nov 03 18:24:21 2009 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern Tue Nov 03 18:44:15 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rumpkern,v 1.55 2009/10/20 10:42:41 pooka Exp $
+# $NetBSD: Makefile.rumpkern,v 1.56 2009/11/03 18:44:15 pooka Exp $
#
.include "${RUMPTOP}/Makefile.rump"
@@ -18,15 +18,13 @@
SRCS= rump.c emul.c intr.c locks.c ltsleep.c percpu.c pool.c \
scheduler.c sleepq.c sysproxy_socket.c vm.c
-SRCS+= rumpkern_if_wrappers.c
-
# stubs
#
SRCS+= misc_stub.c pmap_stub.c
# autogenerated
#
-SRCS+= rump_syscalls.c
+SRCS+= rump_syscalls.c rumpkern_if_wrappers.c
#
# Rest are from the std kernel sources.
Home |
Main Index |
Thread Index |
Old Index