aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorTomasz Maciej Nowak <tomek_n@o2.pl>2019-04-07 15:15:36 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-04-07 15:25:28 +0200
commitf0be0388970094862f5dc72a6995335c0bdcd9df (patch)
treedabe03fa56ff3f329d1584c23181cd69018074dd /tools/Makefile
parent7f3facfce29639ec50677aa2b0eecebe259aa4d3 (diff)
downloadupstream-f0be0388970094862f5dc72a6995335c0bdcd9df.tar.gz
upstream-f0be0388970094862f5dc72a6995335c0bdcd9df.tar.bz2
upstream-f0be0388970094862f5dc72a6995335c0bdcd9df.zip
tools: cbootimage: depend on automake
Fix missing aclocal reported by buildbot. Fixes: 8595bb0 ("tools: add cbootimage for tegra") Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index cee9c0bf8a..d7207ba89d 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -77,7 +77,7 @@ $(curdir)/zlib/compile := $(curdir)/cmake/compile
$(curdir)/wrt350nv2-builder/compile := $(curdir)/zlib/compile
$(curdir)/lzma-old/compile := $(curdir)/zlib/compile
$(curdir)/make-ext4fs/compile := $(curdir)/zlib/compile
-$(curdir)/cbootimage/compile += $(curdir)/autoconf/compile
+$(curdir)/cbootimage/compile += $(curdir)/automake/compile
ifneq ($(HOST_OS),Linux)
$(curdir)/squashfskit4/compile += $(curdir)/coreutils/compile