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

2013-10-18 Thread Simon Glass
On Thu, Oct 17, 2013 at 6:58 PM, Masahiro Yamada wrote: > Hello Simon. > > > > > 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/$(AR

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

2013-10-17 Thread Masahiro Yamada
Hello Simon. > > 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/libcbf

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

2013-10-17 Thread Simon Glass
Hi Masahiro, On Thu, Oct 17, 2013 at 5:38 AM, Masahiro Yamada wrote: > This commit moves some subdirectories of fs > from the toplevel Makefile to fs/Makefile > using Kbuild descending feature. > > Signed-off-by: Masahiro Yamada > --- > > Changes for v4: > - No change > > Changes for v3: > -

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

2013-10-17 Thread Masahiro Yamada
This commit moves some subdirectories of fs from the toplevel Makefile to fs/Makefile using Kbuild descending feature. Signed-off-by: Masahiro Yamada --- Changes for v4: - No change Changes for v3: - No change Changes for v2: - No change Makefile| 12 +--- fs/Makefile | 11