Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpvfs mfs miniroot is mandatory



details:   https://anonhg.NetBSD.org/src/rev/726e867162c6
branches:  trunk
changeset: 752856:726e867162c6
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Mar 08 12:17:45 2010 +0000

description:
mfs miniroot is mandatory

diffstat:

 sys/rump/librump/rumpvfs/Makefile.rumpvfs |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r a8ef4d431dd2 -r 726e867162c6 sys/rump/librump/rumpvfs/Makefile.rumpvfs
--- a/sys/rump/librump/rumpvfs/Makefile.rumpvfs Mon Mar 08 11:54:35 2010 +0000
+++ b/sys/rump/librump/rumpvfs/Makefile.rumpvfs Mon Mar 08 12:17:45 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpvfs,v 1.24 2010/02/16 20:42:47 pooka Exp $
+#      $NetBSD: Makefile.rumpvfs,v 1.25 2010/03/08 12:17:45 pooka Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -10,7 +10,7 @@
        ${RUMPTOP}/../miscfs/genfs ${RUMPTOP}/../miscfs/syncfs  \
        ${RUMPTOP}/../miscfs/specfs ${RUMPTOP}/../miscfs/deadfs \
        ${RUMPTOP}/../compat/common ${RUMPTOP}/../uvm           \
-       ${RUMPTOP}/../dev
+       ${RUMPTOP}/../dev ${RUMPTOP}/../ufs/mfs
 
 #
 # Source modules, first the ones specifically implemented for librump.
@@ -48,6 +48,9 @@
 SRCS+= subr_bufq.c bufq_disksort.c bufq_fcfs.c bufq_priocscan.c        \
        bufq_readprio.c
 
+# MFS miniroot support
+SRCS+= mfs_miniroot.c
+
 # dev
 # firmload is technically part of rumpdev, but it's pure vfs in nature.
 SRCS+= firmload.c



Home | Main Index | Thread Index | Old Index