diff --git a/Kconfig b/Kconfig index 415774c0b3..dbcf9ee9ff 100644 --- a/Kconfig +++ b/Kconfig @@ -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--- diff --git a/configs/sim/loadable/defconfig b/configs/sim/loadable/defconfig index 5cb0291b62..f52c89328f 100644 --- a/configs/sim/loadable/defconfig +++ b/configs/sim/loadable/defconfig @@ -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" diff --git a/include/nuttx/nuttx.h b/include/nuttx/nuttx.h index df42325ae3..fa45f84a7d 100644 --- a/include/nuttx/nuttx.h +++ b/include/nuttx/nuttx.h @@ -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. */