X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9045e25a9b5281a9cfe1e55b274e35449925cbbe..d5583787a6d58688c00df4e4584f692df68130ce:/tools/sstrip/Makefile?ds=sidebyside 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