Re: [U-Boot] [PATCH v2 17/19] sandbox: convert makefiles to Kbuild style

2013-10-03 Thread Simon Glass
On Thu, Sep 26, 2013 at 5:51 AM, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada > Cc: Simon Glass > --- > > Changes for v2 > - No change > > arch/sandbox/cpu/Makefile | 23 +-- > arch/sandbox/lib/Makefile | 25 + > 2 files changed, 2 insert

[U-Boot] [PATCH v2 17/19] sandbox: convert makefiles to Kbuild style

2013-09-26 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada Cc: Simon Glass --- Changes for v2 - No change arch/sandbox/cpu/Makefile | 23 +-- arch/sandbox/lib/Makefile | 25 + 2 files changed, 2 insertions(+), 46 deletions(-) diff --git a/arch/sandbox/cpu/Makefile b/arch/san