mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
This fixes building out-of-tree. Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
parent
36d59bd9da
commit
2dacb734ba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue