Revert "Kconfig and tools/Makefile.unix and : add dynamic application loadable support"
This reverts commit dc15583df8bbb242b1837f8fa9a05c48b8ec2a62.
This commit is contained in:
parent
d4e2c7a8f1
commit
2679bd6784
10
Kconfig
10
Kconfig
@ -161,16 +161,6 @@ config APPS_DIR
|
|||||||
example, to include makefile fragments (e.g., .config or Make.defs)
|
example, to include makefile fragments (e.g., .config or Make.defs)
|
||||||
or to set up include file paths.
|
or to set up include file paths.
|
||||||
|
|
||||||
config BUILD_LOADABLE
|
|
||||||
bool "NuttX application loadable build"
|
|
||||||
default n if !BUILD_KERNEL
|
|
||||||
default y if BUILD_KERNEL
|
|
||||||
---help---
|
|
||||||
Automatically selected if KERNEL build is selected.
|
|
||||||
This selection only effects the behavior of the 'make export'
|
|
||||||
target and currently has no effect unless you wish to build
|
|
||||||
loadable applications in a FLAT build.
|
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Memory organization"
|
prompt "Memory organization"
|
||||||
default BUILD_FLAT
|
default BUILD_FLAT
|
||||||
|
@ -166,11 +166,11 @@ MKEXPORT_ARGS = -w$(WINTOOL) -t "$(TOPDIR)"
|
|||||||
|
|
||||||
ifeq ($(CONFIG_BUILD_PROTECTED),y)
|
ifeq ($(CONFIG_BUILD_PROTECTED),y)
|
||||||
MKEXPORT_ARGS += -u
|
MKEXPORT_ARGS += -u
|
||||||
else ifeq ($(CONFIG_BUILD_KERNEL),y)
|
else
|
||||||
MKEXPORT_ARGS += -u
|
ifeq ($(CONFIG_BUILD_KERNEL),y)
|
||||||
else ifeq ($(CONFIG_BUILD_LOADABLE),y)
|
|
||||||
MKEXPORT_ARGS += -u
|
MKEXPORT_ARGS += -u
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(V),2)
|
ifeq ($(V),2)
|
||||||
MKEXPORT_ARGS += -d
|
MKEXPORT_ARGS += -d
|
||||||
|
@ -158,11 +158,11 @@ MKEXPORT = tools\mkexport.bat
|
|||||||
MKEXPORT_ARGS = -w$(WINTOOL) -t "$(TOPDIR)"
|
MKEXPORT_ARGS = -w$(WINTOOL) -t "$(TOPDIR)"
|
||||||
|
|
||||||
ifeq ($(CONFIG_BUILD_PROTECTED),y)
|
ifeq ($(CONFIG_BUILD_PROTECTED),y)
|
||||||
MKEXPORT_ARGS += -u
|
MKEXPORT_ARGS = -u
|
||||||
else ifeq ($(CONFIG_BUILD_KERNEL),y)
|
else
|
||||||
MKEXPORT_ARGS += -u
|
ifeq ($(CONFIG_BUILD_KERNEL),y)
|
||||||
else ifeq ($(CONFIG_BUILD_LOADABLE),y)
|
MKEXPORT_ARGS = -u
|
||||||
MKEXPORT_ARGS += -u
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(V),2)
|
ifeq ($(V),2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user