[coreboot] New patch to review for coreboot: 23c7a57 armv7: invoke intermediate build rules

David Hendricks (dhendrix@chromium.org) gerrit at coreboot.org
Thu Jan 3 03:15:26 CET 2013


David Hendricks (dhendrix at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2095

-gerrit

commit 23c7a570333e67bd204eb13e6eb95cfc5f52a74a
Author: David Hendricks <dhendrix at chromium.org>
Date:   Wed Jan 2 17:48:49 2013 -0800

    armv7: invoke intermediate build rules
    
    This adds $$(INTERMEDIATE) as a pre-requisite for coreboot.rom on
    armv7. It is modeled after the $(obj)/coreboot.rom rule for x86.
    
    Change-Id: I483a88035fa2288829b6e042e51ef932c8c4f23c
    Signed-off-by: David Hendricks <dhendrix at chromium.org>
---
 src/arch/armv7/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/arch/armv7/Makefile.inc b/src/arch/armv7/Makefile.inc
index f911591..8a728a6 100644
--- a/src/arch/armv7/Makefile.inc
+++ b/src/arch/armv7/Makefile.inc
@@ -58,7 +58,7 @@ $(obj)/coreboot.pre1: $(CBFSTOOL)
 	mv $(obj)/coreboot.rom $@
 endif
 
-$(obj)/coreboot.rom: $(obj)/coreboot.pre $(objcbfs)/coreboot_ram.elf $(CBFSTOOL) $(call strip_quotes,$(COREBOOT_ROM_DEPENDENCIES))
+$(obj)/coreboot.rom: $(obj)/coreboot.pre $(objcbfs)/coreboot_ram.elf $(CBFSTOOL) $(call strip_quotes,$(COREBOOT_ROM_DEPENDENCIES)) $$(INTERMEDIATE)
 	@printf "    CBFS       $(subst $(obj)/,,$(@))\n"
 	cp $(obj)/coreboot.pre $@.tmp
 	if [ -f $(objcbfs)/coreboot_ap.elf ]; \



More information about the coreboot mailing list