Add support for a union file system that can be used to overlay and merge the content of two mounted file systems.

This commit is contained in:
Gregory Nutt
2015-06-05 13:18:06 -06:00
parent 1c6c76033a
commit 1d370178fb
12 changed files with 2284 additions and 10 deletions
+1 -2
View File
@@ -69,6 +69,7 @@ include nfs/Make.defs
include smartfs/Make.defs
include binfs/Make.defs
include procfs/Make.defs
include unionfs/Make.defs
endif
endif
@@ -80,8 +81,6 @@ OBJS = $(AOBJS) $(COBJS)
BIN = libfs$(LIBEXT)
SUBDIRS = mmap fat romfs nxffs nfs binfs procfs
all: $(BIN)
$(AOBJS): %$(OBJEXT): %.S