Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12551
-gerrit
commit c7375fdab8cfec9991749ec067970020e7fd0919 Author: Patrick Georgi pgeorgi@chromium.org Date: Thu Nov 26 18:26:15 2015 +0100
build system: Emit some build output while adding files to CBFS
Change-Id: I167f570957ca7eaf71fc31e1bd84b9bbad0683eb Signed-off-by: Patrick Georgi pgeorgi@chromium.org --- Makefile.inc | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile.inc b/Makefile.inc index 9aceb18..d5cf337 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -597,6 +597,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)) \