]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - nand_spl/board/freescale/mpc8315erdb/Makefile
nand-spl: Use scripts/Makefile.build
[karo-tx-uboot.git] / nand_spl / board / freescale / mpc8315erdb / Makefile
index c49a6e0b8f6553ea8eb4e41857347a769abfe1de..781382378398c2099dc07170ce5b46ae9f1fe9f5 100644 (file)
@@ -6,11 +6,8 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-NAND_SPL := y
 PAD_TO := 0xfff04000
 
-include $(TOPDIR)/config.mk
-
 nandobj        := $(OBJTREE)/nand_spl/
 
 LDSCRIPT= $(TOPDIR)/nand_spl/board/$(BOARDDIR)/u-boot.lds
@@ -79,10 +76,3 @@ $(obj)%.o:   $(obj)%.S
 
 $(obj)%.o:     $(obj)%.c
        $(CC) $(CFLAGS) -c -o $@ $<
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################