anchao commented on code in PR #8449:
URL: https://github.com/apache/nuttx/pull/8449#discussion_r1101165021
##########
Kconfig:
##########
@@ -2124,7 +2132,7 @@ source "openamp/Kconfig"
endmenu
menu "Application Configuration"
-source "$APPSDIR/Kconfig"
+source "$APPSBINDIR/Kconfig"
Review Comment:
Done, added some comments on help manual:
```bash
config APPSBINDIR
string
option env="APPSBINDIR"
---help---
Output path of Kconfig which dynamically generated by NuttX
Apps
This option is consistent with the APPSDIR by default, and
will
be changed when out-of-tree compilation is supported
config BINDIR
string
option env="BINDIR"
---help---
Output path of Kconfig which dynamically generated by NuttX
Kernel
This option is consistent with the TOPDIR by default, and will
be changed when out-of-tree compilation is supported
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]