X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f52d66ff00b24111f87c274d3d7085ef2e1d27b1..e3eab11e630a2119b09c8daebe9d8038a03d178b:/tools/sstrip/Makefile diff --git a/tools/sstrip/Makefile b/tools/sstrip/Makefile index 4e409e0d8..87f331214 100644 --- a/tools/sstrip/Makefile +++ b/tools/sstrip/Makefile @@ -13,6 +13,7 @@ OS:=$(shell uname) ifeq ($(HOST_OS),Darwin) CFLAGS += -I./include endif +CFLAGS += -I $(TOPDIR)/tools/include -include endian.h define Build/Compile $(CC) $(CFLAGS) -o $(PKG_BUILD_DIR)/sstrip src/sstrip.c