diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2017-01-23 09:37:04 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-01-24 18:19:28 +0100 |
commit | 847bbb8b1b8dd38b578a2bec3abdfcc4c6925c7a (patch) | |
tree | 6d87783edad5e5a7fff5848f7a55a770346023b9 /Makefile.inc | |
parent | dcc0aa84fa20eaf8feefb21d1662d4716c64ad98 (diff) |
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.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index 0c6b3512a0..a477618176 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 |