From 1927f8060c75253e352bdafb4fe1d6038d3ea967 Mon Sep 17 00:00:00 2001 From: chao an Date: Tue, 7 Feb 2023 14:02:15 +0800 Subject: [PATCH] build/Kconfig: add BINDIR/APPSBINDIR to support out of tree build First decoupling changes related to CMAKE Signed-off-by: chao an --- platform/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/Kconfig b/platform/Kconfig index 844dcc939..8eda777d9 100644 --- a/platform/Kconfig +++ b/platform/Kconfig @@ -16,6 +16,6 @@ config PLATFORM_CONFIGDATA volatile storage can be used: A file, EEPROM, hardcoded values in FLASH, etc. -source "$APPSDIR/platform/board/Kconfig" +source "$APPSBINDIR/platform/board/Kconfig" endmenu # Platform-specific Support