]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - nand_spl/board/freescale/p1023rds/Makefile
nand-spl: Use scripts/Makefile.build
[karo-tx-uboot.git] / nand_spl / board / freescale / p1023rds / Makefile
index dbdfa198959522cfaaadf933bc36441d102a2898..652590df8d13710a0e3b0542776838bcb5fd9237 100644 (file)
@@ -3,10 +3,8 @@
 #
 # SPDX-License-Identifier:     GPL-2.0+
 #
-NAND_SPL := y
-PAD_TO := 0xfff01000
 
-include $(TOPDIR)/config.mk
+PAD_TO := 0xfff01000
 
 nandobj        := $(OBJTREE)/nand_spl/
 
@@ -104,10 +102,3 @@ $(obj)%.o: $(obj)%.S
 
 $(obj)%.o:     $(obj)%.c
        $(CC) $(CFLAGS) -c -o $@ $<
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################