UPSTREAM: cbfs-compression-tool: add to "make tools" target

BUG=none
BRANCH=none
TEST=none

Change-Id: Iaeb4d1422f7d6b431ee833d5fbcb81a2d1fa852f
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 847bbb8b1b
Original-Change-Id: I7bd0a17f9b20e46aee836fef1ff0b39de8670a15
Original-Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Reviewed-on: https://review.coreboot.org/18202
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Original-Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://chromium-review.googlesource.com/431981
This commit is contained in:
Patrick Georgi 2017-01-23 09:37:04 +01:00 committed by chrome-bot
parent 9e633fa80e
commit 124a2e7d66

View file

@ -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