]> git.sur5r.net Git - u-boot/blobdiff - scripts/Kbuild.include
Merge tag 'arc-updates-for-2018.07-rc1' of git://git.denx.de/u-boot-arc
[u-boot] / 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