Skip to content
Snippets Groups Projects
Commit 2dacb734 authored by Scott Wood's avatar Scott Wood Committed by Wolfgang Denk
Browse files

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


This fixes building out-of-tree.

Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 36d59bd9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment