]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - nand_spl/board/freescale/mpc8572ds/Makefile
nand-spl: Use scripts/Makefile.build
[karo-tx-uboot.git] / nand_spl / board / freescale / mpc8572ds / Makefile
index 62330815cc731ba2fcb37c56ad2e58673e399239..5d9953b6f3de4b13b4399f09a60910f99405ae98 100644 (file)
@@ -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
-
-#########################################################################