mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user