summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2017-01-23 09:37:04 +0100
committerMartin Roth <martinroth@google.com>2017-01-24 18:19:28 +0100
commit847bbb8b1b8dd38b578a2bec3abdfcc4c6925c7a (patch)
tree6d87783edad5e5a7fff5848f7a55a770346023b9 /Makefile.inc
parentdcc0aa84fa20eaf8feefb21d1662d4716c64ad98 (diff)
downloadcoreboot-847bbb8b1b8dd38b578a2bec3abdfcc4c6925c7a.tar.gz
coreboot-847bbb8b1b8dd38b578a2bec3abdfcc4c6925c7a.tar.bz2
coreboot-847bbb8b1b8dd38b578a2bec3abdfcc4c6925c7a.zip
cbfs-compression-tool: add to "make tools" target
Change-Id: I7bd0a17f9b20e46aee836fef1ff0b39de8670a15 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/18202 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 0c6b3512a016..a477618176b7 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -591,7 +591,7 @@ gitconfig:
include util/crossgcc/Makefile.inc
.PHONY: tools
-tools: $(objutil)/kconfig/conf $(CBFSTOOL) $(FMAPTOOL) $(RMODTOOL) $(IFWITOOL) $(objutil)/nvramtool/nvramtool $(ROMCC_BIN) $(objutil)/sconfig/sconfig $(IFDTOOL) $(IFDFAKE) $(CBOOTIMAGE) $(AMDFWTOOL) $(FUTILITY)
+tools: $(objutil)/kconfig/conf $(CBFSTOOL) $(objutil)/cbfstool/cbfs-compression-tool $(FMAPTOOL) $(RMODTOOL) $(IFWITOOL) $(objutil)/nvramtool/nvramtool $(ROMCC_BIN) $(objutil)/sconfig/sconfig $(IFDTOOL) $(IFDFAKE) $(CBOOTIMAGE) $(AMDFWTOOL) $(FUTILITY)
###########################################################################
# Common recipes for all stages