aboutsummaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-03-18 03:13:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-03-18 03:13:38 +0000
commit72e09f523baf7c0bfcefd972403df4b80b24b408 (patch)
tree893430d429a7aedcd9aa66711a4097117c55cc25 /rules.mk
parentfe94a18ab7b02ee34d357ada33d2ca784d0c1c76 (diff)
downloadupstream-72e09f523baf7c0bfcefd972403df4b80b24b408.tar.gz
upstream-72e09f523baf7c0bfcefd972403df4b80b24b408.tar.bz2
upstream-72e09f523baf7c0bfcefd972403df4b80b24b408.zip
strip .note.gnu.build-id from kernel modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26217 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index 2d56c436ed..ca76ef45b6 100644
--- a/rules.mk
+++ b/rules.mk
@@ -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