Module Name: src
Committed By: pooka
Date: Fri Nov 27 17:54:24 UTC 2009
Modified Files:
src/sys/rump/librump/rumpvfs: Makefile.rumpvfs
Log Message:
include subr_kobj_vfs
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs
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/rumpvfs/Makefile.rumpvfs
diff -u src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.20 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.21
--- src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.20 Thu Nov 26 20:58:51 2009
+++ src/sys/rump/librump/rumpvfs/Makefile.rumpvfs Fri Nov 27 17:54:24 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rumpvfs,v 1.20 2009/11/26 20:58:51 pooka Exp $
+# $NetBSD: Makefile.rumpvfs,v 1.21 2009/11/27 17:54:24 pooka Exp $
#
.include "${RUMPTOP}/Makefile.rump"
@@ -30,7 +30,7 @@
vfs_syscalls.c vfs_vnops.c vfs_wapbl.c vfs_xattr.c
# sys/kern module (and syscall)
-SRCS+= kern_module_vfs.c sys_module.c
+SRCS+= kern_module_vfs.c subr_kobj_vfs.c sys_module.c
# sys/uvm
SRCS+= uvm_vnode.c