[U-Boot] [PATCH] Makefile: fix dependencies for building NAND_SPL

Building of NAND based boards failed sometimes (especially on MP systems) because of incorrect / missing dependencies.
Signed-off-by: Wolfgang Denk wd@denx.de --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index b50830a..5c83b07 100644 --- a/Makefile +++ b/Makefile @@ -401,7 +401,7 @@ $(LDSCRIPT): depend $(obj)u-boot.lds: $(LDSCRIPT) $(CPP) $(CPPFLAGS) $(LDPPFLAGS) -ansi -D__ASSEMBLY__ -P - <$^ >$@
-$(NAND_SPL): $(TIMESTAMP_FILE) $(VERSION_FILE) $(obj)include/autoconf.mk +$(NAND_SPL): $(TIMESTAMP_FILE) $(VERSION_FILE) depend $(MAKE) -C nand_spl/board/$(BOARDDIR) all
$(U_BOOT_NAND): $(NAND_SPL) $(obj)u-boot.bin

Hello Wolfgang,
Wolfgang Denk wrote:
Building of NAND based boards failed sometimes (especially on MP systems) because of incorrect / missing dependencies.
Signed-off-by: Wolfgang Denk wd@denx.de
Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Tested on the tx25 board:
Tested-by: Heiko Schocher hs@denx.de
bye, Heiko

In message 1288170898-3332-1-git-send-email-wd@denx.de you wrote:
Building of NAND based boards failed sometimes (especially on MP systems) because of incorrect / missing dependencies.
Signed-off-by: Wolfgang Denk wd@denx.de
Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Applied.
Best regards,
Wolfgang Denk
participants (2)
-
Heiko Schocher
-
Wolfgang Denk