kernel: keep more symbols in the kernel modules when doing profiling
SVN-Revision: 30762
This commit is contained in:
4
rules.mk
4
rules.mk
@@ -220,7 +220,9 @@ else
|
||||
endif
|
||||
endif
|
||||
RSTRIP:= \
|
||||
export CROSS="$(TARGET_CROSS)" $(if $(CONFIG_KERNEL_KALLSYMS),NO_RENAME=1); \
|
||||
export CROSS="$(TARGET_CROSS)" \
|
||||
$(if $(CONFIG_KERNEL_KALLSYMS),NO_RENAME=1) \
|
||||
$(if $(CONFIG_KERNEL_PROFILING),KEEP_SYMBOLS=1); \
|
||||
NM="$(TARGET_CROSS)nm" \
|
||||
STRIP="$(STRIP)" \
|
||||
STRIP_KMOD="$(SCRIPT_DIR)/strip-kmod.sh" \
|
||||
|
||||
Reference in New Issue
Block a user