[U-Boot-Users] [PATCH] NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
Scott Wood
scottwood at freescale.com
Wed Jul 23 20:16:06 CEST 2008
This fixes building out-of-tree.
Signed-off-by: Scott Wood <scottwood at freescale.com>
---
Applied to u-boot-nand-flash.
nand_spl/board/amcc/kilauea/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/nand_spl/board/amcc/kilauea/Makefile b/nand_spl/board/amcc/kilauea/Makefile
index 0667fc1..cedc8e0 100644
--- a/nand_spl/board/amcc/kilauea/Makefile
+++ b/nand_spl/board/amcc/kilauea/Makefile
@@ -57,7 +57,7 @@ $(nandobj)u-boot-spl: $(OBJS)
# create symbolic links for common files
# from cpu directory
-$(obj)44x_spd_ddr2.c: ecc.h
+$(obj)44x_spd_ddr2.c: $(obj)ecc.h
@rm -f $(obj)44x_spd_ddr2.c
ln -s $(SRCTREE)/cpu/ppc4xx/44x_spd_ddr2.c $(obj)44x_spd_ddr2.c
--
1.5.6.rc1.6.gc53ad
More information about the U-Boot
mailing list