]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - scripts/Kbuild.include
Convert CONFIG_BOOTCOUNT_EXT to Kconfig
[people/ms/u-boot.git] / scripts / Kbuild.include
index 30e6e316ac1b2565f13436f2d81a2230e1fe5bfc..2c7918ad37219b5d2b7e08d64c420283c91b9dfe 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