kernel: do not rename module symbols with kallsyms enabled

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30759 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-03-01 09:58:03 +00:00
parent 55d98b2a3f
commit e8cb322296
2 changed files with 6 additions and 1 deletions

View file

@ -219,7 +219,7 @@ else
endif
endif
RSTRIP:= \
export CROSS="$(TARGET_CROSS)"; \
export CROSS="$(TARGET_CROSS)" $(if $(CONFIG_KERNEL_KALLSYMS),NO_RENAME=1); \
NM="$(TARGET_CROSS)nm" \
STRIP="$(STRIP)" \
STRIP_KMOD="$(SCRIPT_DIR)/strip-kmod.sh" \