From 1d18c95643416cc9f1577755922e6593b508e8da Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Thu, 10 Jan 2013 16:42:11 +0100 Subject: made ext4 and new general ls/load commands work --- u-boot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'u-boot/Makefile') 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 -- cgit v1.1