diff options
author | Stefan Reinauer <stepan@coreboot.org> | 2010-12-16 23:57:00 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-12-16 23:57:00 +0000 |
commit | 0d3e12b51a6178c0039f224876ee283b59e8bdb6 (patch) | |
tree | 3450649d217fbc8eaa4d315d8f276b21a2b77463 /src/arch/x86 | |
parent | 5fb62168f6e93c481f4f4a0ce3029311cc53aae7 (diff) | |
download | coreboot-0d3e12b51a6178c0039f224876ee283b59e8bdb6.tar.xz |
print what make is doing (CBFS call)
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
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/Makefile.bootblock.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/Makefile.bootblock.inc b/src/arch/x86/Makefile.bootblock.inc index 425ee0792c..31db224915 100644 --- a/src/arch/x86/Makefile.bootblock.inc +++ b/src/arch/x86/Makefile.bootblock.inc @@ -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) |