
Hello Sonic.
On Tue, 22 Oct 2013 15:30:19 +0800 Sonic Zhang sonic.adi@gmail.com 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/release/u-boot/arch/blackfin/cpu/ ; do \ make -C $dir _depend ; done make[1]: Entering directory `/home/sonic/projects/release/u-boot/tools' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/home/sonic/projects/release/u-boot/tools' make[1]: Entering directory `/home/sonic/projects/release/u-boot/examples/standalone' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/home/sonic/projects/release/u-boot/examples/standalone' make[1]: Entering directory `/home/sonic/projects/release/u-boot/examples/api' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/home/sonic/projects/release/u-boot/examples/api' make[1]: Entering directory `/home/sonic/projects/release/u-boot/arch/blackfin/cpu' make[1]: *** No rule to make target `_depend'. Stop. make[1]: Leaving directory `/home/sonic/projects/release/u-boot/arch/blackfin/cpu' make[1]: Entering directory `/home/sonic/projects/release/u-boot/arch/blackfin/cpu' make[1]: *** No rule to make target `_depend'. Stop. make[1]: Leaving directory `/home/sonic/projects/release/u-boot/arch/blackfin/cpu' make: *** [depend] Error 2
This patch file alone does not work.
I wrote in the cover letter as follows: This series uses the followings as prerequisites: - First step towards Kbuild: Use Kbuild style makefiles (19 patch files) - Second step towards Kbuild: Descend down like Kbuild (6 patch files)
Those series have not been applied to u-boot/master yet. Did you apply them beforehand?
Best Regards Masahiro Yamada