NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.

This fixes building out-of-tree.

Signed-off-by: Scott Wood <scottwood@freescale.com>
master
Scott Wood 17 years ago committed by Wolfgang Denk
parent 36d59bd9da
commit 2dacb734ba
  1. 2
      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

Loading…
Cancel
Save