X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/cde9f30b2a8540f7adc3dc8cd6a28f894ee56437..7af01d4894b972bc4b40b85b87f0059e1d9ab1d7:/rules.mk diff --git a/rules.mk b/rules.mk index 3afdab67c..b63fcf31c 100644 --- a/rules.mk +++ b/rules.mk @@ -69,6 +69,10 @@ ifneq ($(CONFIG_CCACHE),) TARGET_CC:= ccache $(TARGET_CC) endif +EXTRA_CPPFLAGS := -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include +EXTRA_CFLAGS := $(EXTRA_CPPFLAGS) +EXTRA_LDFLAGS := -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib + TARGET_CONFIGURE_OPTS:= \ AR=$(TARGET_CROSS)ar \ AS="$(TARGET_CC) -c $(TARGET_CFLAGS)" \ @@ -84,7 +88,7 @@ TARGET_CONFIGURE_OPTS:= \ # strip an entire directory RSTRIP:= \ STRIP="$(STRIP)" \ - STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" \ + STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment -w -K '__mod*'" \ $(SCRIPT_DIR)/rstrip.sh # where to build (and put) .ipk packages