Move out autotools touching stuff to a macro
[openwrt.git] / tools / sstrip / Makefile
index dc3ff4f..87f3312 100644 (file)
@@ -10,9 +10,10 @@ include $(INCLUDE_DIR)/host-build.mk
 PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/sstrip
 
 OS:=$(shell uname)
-ifeq ($(OS),Darwin)
+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
This page took 0.025516 seconds and 4 git commands to generate.