mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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:
parent
8e77b79f78
commit
1927f8060c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue