diff options
Diffstat (limited to 'nand_spl')
| -rw-r--r-- | nand_spl/board/davinci/da8xxevm/Makefile | 9 | 
1 files changed, 4 insertions, 5 deletions
| diff --git a/nand_spl/board/davinci/da8xxevm/Makefile b/nand_spl/board/davinci/da8xxevm/Makefile index 616e6f12c..3783c1896 100644 --- a/nand_spl/board/davinci/da8xxevm/Makefile +++ b/nand_spl/board/davinci/da8xxevm/Makefile @@ -127,15 +127,14 @@ $(obj)cpu.c:  	@rm -f $@  	@ln -s $(TOPDIR)/arch/arm/cpu/arm926ejs/davinci/cpu.c $@ -# from board directory -$(obj)hawkboard_nand_spl.c: +$(obj)misc.c:  	@rm -f $@ -	ln -s $(TOPDIR)/board/davinci/da8xxevm/hawkboard_nand_spl.c $@ +	ln -s $(TOPDIR)/arch/arm/cpu/arm926ejs/davinci/misc.c $@  # from board directory -$(obj)misc.c: +$(obj)hawkboard_nand_spl.c:  	@rm -f $@ -	ln -s $(TOPDIR)/board/davinci/common/misc.c $@ +	ln -s $(TOPDIR)/board/davinci/da8xxevm/hawkboard_nand_spl.c $@  $(obj)psc.c:  	@rm -f $@ |