X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fsstrip%2FMakefile;h=87f331214ad138d72f850d4a347fd815caafd7ca;hb=ed1b2eb613c96987bb7c191b1c17734e457a0fb7;hp=4e409e0d8dc598d270a1d80de7971a44e6e919fc;hpb=f52d66ff00b24111f87c274d3d7085ef2e1d27b1;p=openwrt-10.03%2F.git 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