X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d286ea505d0cb4cb3744cd7bfc627c7b630b6c6c..97904f525ffd3e54f4d36c33aac78d3a5d23fde4:/rules.mk diff --git a/rules.mk b/rules.mk index b63fcf31c..0ce75f55c 100644 --- a/rules.mk +++ b/rules.mk @@ -83,12 +83,14 @@ TARGET_CONFIGURE_OPTS:= \ CXX=$(TARGET_CROSS)g++ \ RANLIB=$(TARGET_CROSS)ranlib \ STRIP=$(TARGET_CROSS)strip \ - OBJCOPY=$(TARGET_CROSS)objcopy + OBJCOPY=$(TARGET_CROSS)objcopy \ + OBJDUMP=$(TARGET_CROSS)objdump # strip an entire directory RSTRIP:= \ + NM="$(TARGET_CROSS)nm" \ STRIP="$(STRIP)" \ - STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment -w -K '__mod*'" \ + STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" \ $(SCRIPT_DIR)/rstrip.sh # where to build (and put) .ipk packages @@ -129,7 +131,6 @@ $(call shvar,$(1))=$$(call $(1)) export $(call shvar,$(1)) endef - all: FORCE: ; .PHONY: FORCE