diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-20 06:29:38 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-20 06:29:38 +0000 |
commit | 4cd9d06c9c6b8476e0a83ac819aab91757339311 (patch) | |
tree | bc419cc84a396ab6c71513e7baa55e25d447311b /tools/Makefile | |
parent | a7621732071e685191008d0f20ea849b1a743ac1 (diff) | |
download | upstream-4cd9d06c9c6b8476e0a83ac819aab91757339311.tar.gz upstream-4cd9d06c9c6b8476e0a83ac819aab91757339311.tar.bz2 upstream-4cd9d06c9c6b8476e0a83ac819aab91757339311.zip |
firmware-utils: restore compilation of mkhilinkfw.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42989 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
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)) |