build/Kconfig: add BINDIR/APPSBINDIR to support out of tree build

First decoupling changes related to CMAKE

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an 2023-02-07 14:02:15 +08:00 committed by Xiang Xiao
parent 8e77b79f78
commit 1927f8060c

View File

@ -16,6 +16,6 @@ config PLATFORM_CONFIGDATA
volatile storage can be used: A file, EEPROM, hardcoded values in volatile storage can be used: A file, EEPROM, hardcoded values in
FLASH, etc. FLASH, etc.
source "$APPSDIR/platform/board/Kconfig" source "$APPSBINDIR/platform/board/Kconfig"
endmenu # Platform-specific Support endmenu # Platform-specific Support