Kconfig: Move 'option modules' from NSH_FILE_APPS to BUILD_LOADABLE

This commit is contained in:
anchao 2018-08-27 07:06:57 -06:00 committed by Gregory Nutt
parent 7864ef1588
commit 5f28be71e5
3 changed files with 2 additions and 2 deletions

View File

@ -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---

View File

@ -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"

View File

@ -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.
*/