X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5b651a67219a836845753cf1e463c3241b24b17e..89737ef9cae2f0b60277b8950928de24cc8f1cfd:/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