X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/fe3cc5d51cb7215f6a7bb7a90c09e5ee7282564a..8dae509e67fbf05bd4c4f9217b50e121b063a6d6:/rules.mk?ds=sidebyside diff --git a/rules.mk b/rules.mk index 536f8cff7..0ee8d568a 100644 --- a/rules.mk +++ b/rules.mk @@ -183,7 +183,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" \ $(SCRIPT_DIR)/rstrip.sh endif