mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 12:44:23 +08: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
@ -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…
Reference in New Issue
Block a user