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

-gerrit

commit 23c7a570333e67bd204eb13e6eb95cfc5f52a74a
Author: David Hendricks <[email protected]>
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 <[email protected]>
---
 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 [email protected]
        if [ -f $(objcbfs)/coreboot_ap.elf ]; \

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

Reply via email to