diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-18 03:13:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-18 03:13:38 +0000 |
commit | 791641db07b3901201b9cebd75399b165f7f9b9c (patch) | |
tree | d4559ee3b4436c48f07d3653baf881e926e9118d | |
parent | a75791b8556fc9dead3cdbe0c259c6fad13398dd (diff) | |
download | upstream-791641db07b3901201b9cebd75399b165f7f9b9c.tar.gz upstream-791641db07b3901201b9cebd75399b165f7f9b9c.tar.bz2 upstream-791641db07b3901201b9cebd75399b165f7f9b9c.zip |
strip .note.gnu.build-id from kernel modules
SVN-Revision: 26217
-rw-r--r-- | rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -211,7 +211,7 @@ else RSTRIP:= \ NM="$(TARGET_CROSS)nm" \ STRIP="$(STRIP)" \ - STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment --remove-section=.pdr --remove-section=.mdebug.abi32" \ + STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment --remove-section=.pdr --remove-section=.mdebug.abi32 --remove-section=.note.gnu.build-id" \ $(SCRIPT_DIR)/rstrip.sh endif |