summaryrefslogtreecommitdiff
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2007-05-10 07:02:04 +0000
committerMike Baker <mbm@openwrt.org>2007-05-10 07:02:04 +0000
commit324c12d220e179e60ea141b42b422b91a184856c (patch)
tree1edb8f6ea1bbf4b5610f52f00e6fd4744fca2c9b /tools/firmware-utils/Makefile
parent93f73100fc343d8d4b99dd524a03552016f7c3a1 (diff)
downloadmtk-20170518-324c12d220e179e60ea141b42b422b91a184856c.zip
mtk-20170518-324c12d220e179e60ea141b42b422b91a184856c.tar.gz
mtk-20170518-324c12d220e179e60ea141b42b422b91a184856c.tar.bz2
host-build.mk used incorrectly
SVN-Revision: 7156
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r--tools/firmware-utils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile
index e19d63c..e8c5f00 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -5,11 +5,12 @@
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
-include $(INCLUDE_DIR)/host-build.mk
PKG_NAME := firmware-utils
PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/firmware-utils
+include $(INCLUDE_DIR)/host-build.mk
+
CFLAGS := -O2 -I $(STAGING_DIR)/include-host -include endian.h
define cc