Set time and umask on multi-dtb fit images to ensure reproducibile builds.
[platform/kernel/u-boot.git] / scripts / Kbuild.include
index 30e6e31..2c7918a 100644 (file)
@@ -316,6 +316,12 @@ endif
 
 ifdef CONFIG_SPL_BUILD
 SPL_ := SPL_
+ifeq ($(CONFIG_TPL_BUILD),y)
+SPL_TPL_ := TPL_
+else
+SPL_TPL_ := SPL_
+endif
 else
 SPL_ :=
+SPL_TPL_ :=
 endif