Module Name:    src
Committed By:   pooka
Date:           Mon Mar  8 12:17:45 UTC 2010

Modified Files:
        src/sys/rump/librump/rumpvfs: Makefile.rumpvfs

Log Message:
mfs miniroot is mandatory


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.25
--- src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.24	Tue Feb 16 20:42:47 2010
+++ src/sys/rump/librump/rumpvfs/Makefile.rumpvfs	Mon Mar  8 12:17:45 2010
@@ -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

Reply via email to