summaryrefslogtreecommitdiffstats
path: root/tools/sstrip/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-14 22:11:21 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-14 22:11:21 +0000
commit6d32c25e55533ffe115413ce0aed2474a0a4ccf1 (patch)
treee8e160c31846fd6347e60c16288cd184e6dba7c3 /tools/sstrip/Makefile
parentadc7008fe2d5c59b411a67dd26a98a1fc3bfb53c (diff)
cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5097 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/sstrip/Makefile')
-rw-r--r--tools/sstrip/Makefile1
1 files changed, 1 insertions, 0 deletions
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