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
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
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:
> -
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
4 matches
Mail list logo