Revert "Kconfig and tools/Makefile.unix and : add dynamic application loadable support"

This reverts commit dc15583df8.
This commit is contained in:
Gregory Nutt
2018-08-22 12:26:52 -06:00
parent d4e2c7a8f1
commit 2679bd6784
3 changed files with 8 additions and 18 deletions
+3 -3
View File
@@ -166,11 +166,11 @@ MKEXPORT_ARGS = -w$(WINTOOL) -t "$(TOPDIR)"
ifeq ($(CONFIG_BUILD_PROTECTED),y)
MKEXPORT_ARGS += -u
else ifeq ($(CONFIG_BUILD_KERNEL),y)
MKEXPORT_ARGS += -u
else ifeq ($(CONFIG_BUILD_LOADABLE),y)
else
ifeq ($(CONFIG_BUILD_KERNEL),y)
MKEXPORT_ARGS += -u
endif
endif
ifeq ($(V),2)
MKEXPORT_ARGS += -d
+5 -5
View File
@@ -158,11 +158,11 @@ MKEXPORT = tools\mkexport.bat
MKEXPORT_ARGS = -w$(WINTOOL) -t "$(TOPDIR)"
ifeq ($(CONFIG_BUILD_PROTECTED),y)
MKEXPORT_ARGS += -u
else ifeq ($(CONFIG_BUILD_KERNEL),y)
MKEXPORT_ARGS += -u
else ifeq ($(CONFIG_BUILD_LOADABLE),y)
MKEXPORT_ARGS += -u
MKEXPORT_ARGS = -u
else
ifeq ($(CONFIG_BUILD_KERNEL),y)
MKEXPORT_ARGS = -u
endif
endif
ifeq ($(V),2)