summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-10-20 06:29:38 +0000
committerJohn Crispin <john@openwrt.org>2014-10-20 06:29:38 +0000
commit6e1637f8fab37ef233ee43ade761cb4e4962ab9a (patch)
treeab4cc51a5492b9630d8967fe1c6a67979937f884 /tools/Makefile
parentc8ad508d37297400364ee276733de90d29e94778 (diff)
downloadmaster-31e0f0ae-6e1637f8fab37ef233ee43ade761cb4e4962ab9a.tar.gz
master-31e0f0ae-6e1637f8fab37ef233ee43ade761cb4e4962ab9a.tar.bz2
master-31e0f0ae-6e1637f8fab37ef233ee43ade761cb4e4962ab9a.zip
firmware-utils: restore compilation of mkhilinkfw.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 42989
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 562925160f..9879be1b2c 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -72,6 +72,7 @@ $(curdir)/b43-tools/compile := $(curdir)/bison/install
$(curdir)/padjffs2/compile := $(curdir)/findutils/install
$(curdir)/cloog/compile := $(curdir)/ppl/install
$(curdir)/bc/compile := $(curdir)/bison/install
+$(curdir)/firmware-utils/compile := package/openssl/host/install
ifneq ($(CONFIG_CCACHE),)
$(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install))