Re: [U-Boot] [PATCH 13/18] blackfin: convert makefiles to Kbuild style

2013-10-22 Thread Masahiro Yamada
Hello Sonic. On Tue, 22 Oct 2013 15:30:19 +0800 Sonic Zhang wrote: > Hi Masahiro, > > You patch doesn't pass the building for blackfin architecture. > > sonic@nine:~/projects/release/u-boot$ make > for dir in tools examples/standalone examples/api arch/blackfin/cpu > /home/sonic/projects/rel

Re: [U-Boot] [PATCH 13/18] blackfin: convert makefiles to Kbuild style

2013-10-22 Thread Sonic Zhang
Hi Masahiro, You patch doesn't pass the building for blackfin architecture. sonic@nine:~/projects/release/u-boot$ make for dir in tools examples/standalone examples/api arch/blackfin/cpu /home/sonic/projects/release/u-boot/arch/blackfin/cpu/ ; do \ make -C $dir _depend ; done make[1]:

[U-Boot] [PATCH 13/18] blackfin: convert makefiles to Kbuild style

2013-10-20 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada Cc: Sonic Zhang --- arch/blackfin/cpu/Makefile | 54 arch/blackfin/lib/Makefile | 52 -- board/bct-brettl2/Makefile | 20 ++- board/bf506f-ezkit/Makefile