diff options
| author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2019-04-07 15:15:36 +0200 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-04-07 15:25:28 +0200 |
| commit | f0be0388970094862f5dc72a6995335c0bdcd9df (patch) | |
| tree | dabe03fa56ff3f329d1584c23181cd69018074dd /tools | |
| parent | 7f3facfce29639ec50677aa2b0eecebe259aa4d3 (diff) | |
| download | upstream-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')
| -rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index cee9c0bf8a2..d7207ba89dd 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 |
