aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mtd-utils
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-10 19:19:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-10 19:19:24 +0000
commit1cd51d9cf46efc510de072b7e633d82970b077e0 (patch)
tree14822516e8b1822aa3cbc8c4c160523031497590 /tools/mtd-utils
parent8ef20671cb80543c88ee68e6f3609cfcc3113559 (diff)
downloadmaster-187ad058-1cd51d9cf46efc510de072b7e633d82970b077e0.tar.gz
master-187ad058-1cd51d9cf46efc510de072b7e633d82970b077e0.tar.bz2
master-187ad058-1cd51d9cf46efc510de072b7e633d82970b077e0.zip
change OS to HOST_OS
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5030 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mtd-utils')
-rw-r--r--tools/mtd-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile
index f67ccf758f..bc15f0a671 100644
--- a/tools/mtd-utils/Makefile
+++ b/tools/mtd-utils/Makefile
@@ -19,7 +19,7 @@ PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION).orig
include $(INCLUDE_DIR)/host-build.mk
CFLAGS := $(HOSTCFLAGS) -O2 -I../include
-ifneq ($(OS),Linux)
+ifneq ($(HOST_OS),Linux)
CFLAGS += -Dloff_t=off_t -D__BYTE_ORDER=BYTE_ORDER -I$(STAGING_DIR)/include-host -include getline.h -include endian.h
endif