Skip to content

Commit 1927f80

Browse files
anchaoxiaoxiang781216
authored andcommitted
build/Kconfig: add BINDIR/APPSBINDIR to support out of tree build
First decoupling changes related to CMAKE Signed-off-by: chao an <[email protected]>
1 parent 8e77b79 commit 1927f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ config PLATFORM_CONFIGDATA
1616
volatile storage can be used: A file, EEPROM, hardcoded values in
1717
FLASH, etc.
1818

19-
source "$APPSDIR/platform/board/Kconfig"
19+
source "$APPSBINDIR/platform/board/Kconfig"
2020

2121
endmenu # Platform-specific Support

0 commit comments

Comments
 (0)