ibs/libc, libs/symtab, tools/ build system: Move symbol table generation into libc since the address in symbol table should come from userspace binary for protect build, not kernel binary.

This commit is contained in:
Xiang Xiao
2019-09-28 11:14:48 -06:00
committed by Gregory Nutt
parent 4d7dac47f9
commit 8e74365b96
10 changed files with 70 additions and 146 deletions

View File

@@ -143,12 +143,6 @@ ifeq ($(CONFIG_LIBDSP),y)
NUTTXLIBS += staging$(DELIM)libdsp$(LIBEXT)
endif
# Add symbol table library
ifeq ($(CONFIG_EXECFUNCS_SYSTEM_SYMTAB),y)
NUTTXLIBS += staging$(DELIM)libsymtab$(LIBEXT)
endif
# Export only the user libraries
EXPORTLIBS = $(USERLIBS)