summaryrefslogtreecommitdiff
path: root/scripts/Makefile.xpl
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2024-09-29 19:49:53 -0600
committerTom Rini <[email protected]>2024-10-11 11:44:48 -0600
commitc46760d5967d12b6f7d37402878d1607a98b2b84 (patch)
tree29cfaebd9f6c4181425626d7b5e99930a1d2e507 /scripts/Makefile.xpl
parent53abdda2f69a44c3273deebcf2b25587b8623a65 (diff)
global: Rename SPL_ to XPL_
Use XPL_ as the symbol to indicate an SPL build. This means that SPL_ is no-longer set. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'scripts/Makefile.xpl')
-rw-r--r--scripts/Makefile.xpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile.xpl b/scripts/Makefile.xpl
index b43ff998679..11ae93f8556 100644
--- a/scripts/Makefile.xpl
+++ b/scripts/Makefile.xpl
@@ -59,7 +59,7 @@ endif
export SPL_NAME
ifdef CONFIG_XPL_BUILD
-SPL_ := SPL_
+XPL_ := SPL_
ifeq ($(CONFIG_VPL_BUILD),y)
SPL_TPL_ := VPL_
else
@@ -70,7 +70,7 @@ SPL_TPL_ := SPL_
endif
endif
else
-SPL_ :=
+XPL_ :=
SPL_TPL_ :=
endif