print what make is doing (CBFS call)
authorStefan Reinauer <stepan@coreboot.org>
Thu, 16 Dec 2010 23:57:00 +0000 (23:57 +0000)
committerStefan Reinauer <stepan@openbios.org>
Thu, 16 Dec 2010 23:57:00 +0000 (23:57 +0000)
Signed-off-by: Stefan Reinauer <stepan@coreboot.org>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6188 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/arch/x86/Makefile.bootblock.inc

index 425ee0792ce70981344a1db7adc1d14d92d528c4..31db2249159190d8bcb788df82f5e7a86bf6a4e3 100644 (file)
@@ -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)