From 1d6132e2a2b1217567b88ddd6d11662afd4001df Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 29 Sep 2024 19:49:50 -0600 Subject: global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD Complete this rename for all directories outside arch/ board/ drivers/ and include/ Use the new symbol to refer to any 'SPL' build, including TPL and VPL Signed-off-by: Simon Glass --- scripts/Kbuild.include | 2 +- scripts/Makefile.xpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index 5daceb26061..b70b75ee68d 100644 --- a/scripts/Kbuild.include +++ b/scripts/Kbuild.include @@ -324,7 +324,7 @@ endif # do not delete intermediate files automatically .SECONDARY: -ifdef CONFIG_SPL_BUILD +ifdef CONFIG_XPL_BUILD SPL_ := SPL_ ifeq ($(CONFIG_VPL_BUILD),y) SPL_TPL_ := VPL_ diff --git a/scripts/Makefile.xpl b/scripts/Makefile.xpl index ad21d451a30..08453f0b415 100644 --- a/scripts/Makefile.xpl +++ b/scripts/Makefile.xpl @@ -55,7 +55,7 @@ endif export SPL_NAME -ifdef CONFIG_SPL_BUILD +ifdef CONFIG_XPL_BUILD SPL_ := SPL_ ifeq ($(CONFIG_VPL_BUILD),y) SPL_TPL_ := VPL_ -- cgit v1.3.1