aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-11-26 18:26:15 +0100
committerPatrick Georgi <pgeorgi@google.com>2015-12-02 17:30:49 +0100
commit8cf590fb1b5c998665879dd182476f327b693975 (patch)
tree1dac80947270a01b7f9c722b5604cfe9e03e154b /Makefile.inc
parent708226e90669c7c02f4db58d0c7a1775b8380bbe (diff)
build system: Emit some build output while adding files to CBFS
Change-Id: I167f570957ca7eaf71fc31e1bd84b9bbad0683eb Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/12551 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index e3ac619d59..5d4017413e 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -601,6 +601,7 @@ COREBOOT_ROM_DEPENDENCIES:=
extract_nth=$(subst *,$(spc),$(patsubst -%-,%,$(word $(1), $(subst |,- -,-$(2)-))))
cbfs-add-cmd = \
+ printf " CBFS $(call extract_nth,2,$(file))\n"; \
$(CBFSTOOL) $@.tmp \
add$(if $(filter stage,$(call extract_nth,3,$(file))),-stage)$(if $(filter payload,$(call extract_nth,3,$(file))),-payload) \
-f $(call extract_nth,1,$(file)) \