summaryrefslogtreecommitdiffstats
path: root/u-boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'u-boot/Makefile')
-rw-r--r--u-boot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/u-boot/Makefile b/u-boot/Makefile
index dc2e3d8..ca4b915 100644
--- a/u-boot/Makefile
+++ b/u-boot/Makefile
@@ -193,8 +193,9 @@ ifeq ($(CPU),ixp)
LIBS += arch/arm/cpu/ixp/npe/libnpe.o
endif
LIBS += arch/$(ARCH)/lib/lib$(ARCH).o
+LIBS += fs/fs.o
LIBS += fs/cramfs/libcramfs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o \
- fs/reiserfs/libreiserfs.o fs/ext2/libext2fs.o fs/yaffs2/libyaffs2.o \
+ fs/reiserfs/libreiserfs.o fs/ext2/libext2fs.o fs/ext4/libext4fs.o fs/yaffs2/libyaffs2.o \
fs/ubifs/libubifs.o
LIBS += net/libnet.o
LIBS += disk/libdisk.o