summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Kbuild.include4
-rw-r--r--scripts/Makefile.xpl4
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include
index b70b75ee68d..1a6b28feedf 100644
--- a/scripts/Kbuild.include
+++ b/scripts/Kbuild.include
@@ -325,7 +325,7 @@ endif
.SECONDARY:
ifdef CONFIG_XPL_BUILD
-SPL_ := SPL_
+XPL_ := SPL_
ifeq ($(CONFIG_VPL_BUILD),y)
SPL_TPL_ := VPL_
else
@@ -336,6 +336,6 @@ SPL_TPL_ := SPL_
endif
endif
else
-SPL_ :=
+XPL_ :=
SPL_TPL_ :=
endif
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