[U-Boot] [PATCH v4 3/6] fs: move some file system to fs/Makefile

Simon Glass sjg at chromium.org
Fri Oct 18 02:08:47 CEST 2013


Hi Masahiro,

On Thu, Oct 17, 2013 at 5:38 AM, Masahiro Yamada
<yamada.m at 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 <yamada.m at 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


More information about the U-Boot mailing list