Author: stepan
Date: Fri Dec 17 00:57:00 2010
New Revision: 6188
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6188

Log:
print what make is doing (CBFS call)

Signed-off-by: Stefan Reinauer <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>

Modified:
   trunk/src/arch/x86/Makefile.bootblock.inc

Modified: trunk/src/arch/x86/Makefile.bootblock.inc
==============================================================================
--- trunk/src/arch/x86/Makefile.bootblock.inc   Fri Dec 17 00:52:04 2010        
(r6187)
+++ trunk/src/arch/x86/Makefile.bootblock.inc   Fri Dec 17 00:57:00 2010        
(r6188)
@@ -2,6 +2,7 @@
 # Build the final rom image
 
 $(obj)/coreboot.pre: $(obj)/coreboot.romstage $(obj)/coreboot.pre1 $(CBFSTOOL)
+       @printf "    CBFS       $(subst $(obj)/,,$(@))\n"
        rm -f $@
        cp $(obj)/coreboot.pre1 $@
        $(CBFSTOOL) $@ add-stage $(obj)/romstage.elf 
$(CONFIG_CBFS_PREFIX)/romstage x 0x$(shell cat $(obj)/location.txt)

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to