mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Kconfig: Move 'option modules' from NSH_FILE_APPS to BUILD_LOADABLE
This commit is contained in:
@@ -163,6 +163,7 @@ config APPS_DIR
|
||||
|
||||
config BUILD_LOADABLE
|
||||
bool "NuttX application loadable build"
|
||||
option modules
|
||||
default n if !BUILD_KERNEL
|
||||
default y if BUILD_KERNEL
|
||||
---help---
|
||||
|
||||
@@ -29,7 +29,6 @@ CONFIG_LIBC_EXECFUNCS=y
|
||||
CONFIG_MEMSET_OPTSPEED=y
|
||||
CONFIG_NSH_ARCHINIT=y
|
||||
CONFIG_NSH_BUILTIN_APPS=y
|
||||
CONFIG_NSH_FILE_APPS=y
|
||||
CONFIG_NSH_LINELEN=128
|
||||
CONFIG_NSH_READLINE=y
|
||||
CONFIG_PATH_INITIAL="/system/bin"
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
* structure
|
||||
*
|
||||
* Arguments:
|
||||
* ptr - the pointer to the member.
|
||||
* ptr - The pointer to the member.
|
||||
* type - The type of the container struct this is embedded in.
|
||||
* member - The name of the member within the struct.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user