X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5b651a67219a836845753cf1e463c3241b24b17e..a91b3a746d48069d4db5b94d1d59eaa2759b5f28:/rules.mk diff --git a/rules.mk b/rules.mk index 42e997859..a6188f4a6 100644 --- a/rules.mk +++ b/rules.mk @@ -87,6 +87,7 @@ TARGET_CONFIGURE_OPTS:= \ # strip an entire directory RSTRIP:= \ + NM="$(TARGET_CROSS)nm" \ STRIP="$(STRIP)" \ STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" \ $(SCRIPT_DIR)/rstrip.sh