Hi Masahiro, On Thu, Oct 17, 2013 at 5:38 AM, Masahiro Yamada <yamad...@jp.panasonic.com> wrote: > This commit moves some subdirectories of fs > from the toplevel Makefile to fs/Makefile > using Kbuild descending feature. > > Signed-off-by: Masahiro Yamada <yamad...@jp.panasonic.com> > --- > > Changes for v4: > - No change > > Changes for v3: > - No change > > Changes for v2: > - No change > > Makefile | 12 +----------- > fs/Makefile | 11 +++++++++++ > 2 files changed, 12 insertions(+), 11 deletions(-) > > diff --git a/Makefile b/Makefile > index 75e93c4..ba521e1 100644 > --- a/Makefile > +++ b/Makefile > @@ -248,17 +248,7 @@ endif > LIBS-$(CONFIG_OF_EMBED) += dts/libdts.o > LIBS-y += arch/$(ARCH)/lib/lib$(ARCH).o > LIBS-y += fs/libfs.o \ > - fs/cbfs/libcbfs.o \ > - fs/cramfs/libcramfs.o \ > - fs/ext4/libext4fs.o \ > - fs/fat/libfat.o \ > - fs/fdos/libfdos.o \ > - fs/jffs2/libjffs2.o \ > - fs/reiserfs/libreiserfs.o \ > - fs/sandbox/libsandboxfs.o \ > - fs/ubifs/libubifs.o \ > - fs/yaffs2/libyaffs2.o \ > - fs/zfs/libzfs.o > + fs/fat/libfat.o
Why do you keep libfat here? Regards, Simon _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot