X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=nand_spl%2Fboard%2Ffreescale%2Fmpc8572ds%2FMakefile;fp=nand_spl%2Fboard%2Ffreescale%2Fmpc8572ds%2FMakefile;h=5d9953b6f3de4b13b4399f09a60910f99405ae98;hp=62330815cc731ba2fcb37c56ad2e58673e399239;hb=a0b14c3f0a94ecb4d8210a249d25fdf37185f39b;hpb=4a20df395d9b6961a4877852e911cbbadd019d40 diff --git a/nand_spl/board/freescale/mpc8572ds/Makefile b/nand_spl/board/freescale/mpc8572ds/Makefile index 62330815cc..5d9953b6f3 100644 --- a/nand_spl/board/freescale/mpc8572ds/Makefile +++ b/nand_spl/board/freescale/mpc8572ds/Makefile @@ -7,12 +7,9 @@ # SPDX-License-Identifier: GPL-2.0+ # -NAND_SPL := y CONFIG_SYS_TEXT_BASE_SPL := 0xfff00000 PAD_TO := 0xfff01000 -include $(TOPDIR)/config.mk - nandobj := $(OBJTREE)/nand_spl/ LDSCRIPT= $(TOPDIR)/$(CPUDIR)/u-boot-nand_spl.lds @@ -109,10 +106,3 @@ $(obj)%.o: $(obj)%.S $(obj)%.o: $(obj)%.c $(CC) $(CFLAGS) -c -o $@ $< - -# defines $(obj).depend target -include $(SRCTREE)/rules.mk - -sinclude $(obj).depend - -#########################################################################