Module Name: src Committed By: pooka Date: Tue Nov 3 18:44:15 UTC 2009
Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: move module to SRCS where it logically belongs. no functional change. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/rump/librump/rumpkern/Makefile.rumpkern Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/rump/librump/rumpkern/Makefile.rumpkern diff -u src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.55 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.56 --- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.55 Tue Oct 20 10:42:41 2009 +++ src/sys/rump/librump/rumpkern/Makefile.rumpkern Tue Nov 3 18:44:15 2009 @@ -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.