With $(ARCH) in Sconfig we can not share Sconfig files between different architectures as the build system would detect them as outdated when the architecture is changed. Let's just drop $(ARCH) as it's not really important in this context anyway.
Signed-off-by: Sascha Hauer <s.ha...@pengutronix.de> --- Sconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sconfig b/Sconfig index 183a6687f0..cdb2ceccb1 100644 --- a/Sconfig +++ b/Sconfig @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only -mainmenu "Barebox/$(ARCH) Security Configuration" +mainmenu "Barebox Security Configuration" source "scripts/Sconfig.include" -- 2.47.2