aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sstrip/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-14 22:11:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-14 22:11:21 +0000
commitd124fe2744dc9bc79cecd0eae03cb027c9a034bb (patch)
treee8e160c31846fd6347e60c16288cd184e6dba7c3 /tools/sstrip/Makefile
parent713752fde542cb722890b1195ed3fe0e8bb9438e (diff)
downloadmaster-187ad058-d124fe2744dc9bc79cecd0eae03cb027c9a034bb.tar.gz
master-187ad058-d124fe2744dc9bc79cecd0eae03cb027c9a034bb.tar.bz2
master-187ad058-d124fe2744dc9bc79cecd0eae03cb027c9a034bb.zip
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 4e409e0d8d..87f331214a 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