]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
fs: add filesystem switch libary, implement ls and fsload commands
[karo-tx-uboot.git] / Makefile
index d385467e8e2b96fb164278be3b8feb89e457990b..2fe149045b030a0842e9858947a69b599d26866a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -260,7 +260,8 @@ LIBS-y += drivers/net/npe/libnpe.o
 endif
 LIBS-$(CONFIG_OF_EMBED) += dts/libdts.o
 LIBS-y += arch/$(ARCH)/lib/lib$(ARCH).o
-LIBS-y += fs/cbfs/libcbfs.o \
+LIBS-y += fs/libfs.o \
+       fs/cbfs/libcbfs.o \
        fs/cramfs/libcramfs.o \
        fs/ext4/libext4fs.o \
        fs/fat/libfat.o \