]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - nand_spl/board/sheldon/simpc8313/Makefile
nand-spl: Use scripts/Makefile.build
[karo-tx-uboot.git] / nand_spl / board / sheldon / simpc8313 / Makefile
index 90f132c34c0bab4f2d3b3223e9f14191528f6592..5e83abcb14ce57a353ea08e213086858c99c384d 100644 (file)
@@ -7,10 +7,6 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-NAND_SPL := y
-
-include $(TOPDIR)/config.mk
-
 nandobj        := $(OBJTREE)/nand_spl/
 
 LDSCRIPT= $(TOPDIR)/nand_spl/board/$(BOARDDIR)/u-boot.lds
@@ -88,10 +84,3 @@ $(obj)%.o:   $(obj)%.S
 
 $(obj)%.o:     $(obj)%.c
        $(CC) $(CFLAGS) -c -o $@ $<
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################