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
commitf524e29d8006731d6c76e3505d52ee3a58b226b6 (patch)
tree728c4495b3cb35749deb64a64bed33557c0750a0 /tools/sstrip/Makefile
parentda0159f156c40f741d427e34a95f00918c54f54e (diff)
downloadupstream-f524e29d8006731d6c76e3505d52ee3a58b226b6.tar.gz
upstream-f524e29d8006731d6c76e3505d52ee3a58b226b6.tar.bz2
upstream-f524e29d8006731d6c76e3505d52ee3a58b226b6.zip
cleanup
SVN-Revision: 5097
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