[coreboot-gerrit] Patch set updated for coreboot: build system: Emit some build output while adding files to CBFS

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon Nov 30 20:02:43 CET 2015


Patrick Georgi (pgeorgi at 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 at 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 at 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)) \



More information about the coreboot-gerrit mailing list