X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a2ebc81e184380a1dbd9d215f7e48908b2462708..8e5950efc511109ddec21ade83a11461e98a5088:/rules.mk?ds=sidebyside diff --git a/rules.mk b/rules.mk index cddfdf5d3..428258f5f 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 -R .comment -R .pdr -R .mdebug.abi32 -R .note.gnu.build-id -R .gnu.attributes -R .reginfo" \ + STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded -R .comment -R .pdr -R .mdebug.abi32 -R .note.gnu.build-id -R .gnu.attributes -R .reginfo -x" \ $(SCRIPT_DIR)/rstrip.sh endif