pinctrl: bcm283x: Add compatible for RPi4
[oweals/u-boot.git] / scripts / Kbuild.include
index 13ebddda65c8672f6e211f4fa737a88deae115f9..b8969e2a75e61f1d1a62ed34aa2ad956aa9ca46e 100644 (file)
@@ -315,6 +315,12 @@ why =                                                                        \
 echo-why = $(call escsq, $(strip $(why)))
 endif
 
+# delete partially updated (i.e. corrupted) files on error
+.DELETE_ON_ERROR:
+
+# do not delete intermediate files automatically
+.SECONDARY:
+
 ifdef CONFIG_SPL_BUILD
 SPL_ := SPL_
 ifeq ($(CONFIG_TPL_BUILD),y)