[coreboot] r591 - coreboot-v3/arch/x86

svn at coreboot.org svn at coreboot.org
Wed Feb 13 17:43:32 CET 2008


Author: hailfinger
Date: 2008-02-13 17:43:32 +0100 (Wed, 13 Feb 2008)
New Revision: 591

Modified:
   coreboot-v3/arch/x86/Makefile
Log:
Correct Makefile dependencies. This worked by accident before.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>


Modified: coreboot-v3/arch/x86/Makefile
===================================================================
--- coreboot-v3/arch/x86/Makefile	2008-02-13 15:48:37 UTC (rev 590)
+++ coreboot-v3/arch/x86/Makefile	2008-02-13 16:43:32 UTC (rev 591)
@@ -208,7 +208,7 @@
 
 STAGE2_OBJ_NEEDED = $(filter-out $(STAGE0_OBJ), $(STAGE2_OBJ))
 
-$(obj)/coreboot.stage2 $(obj)/coreboot.stage2.map: $(obj)/stage0.init $(STAGE2_OBJ_NEEDED)
+$(obj)/coreboot.stage2 $(obj)/coreboot.stage2.map: $(obj)/stage0.o $(STAGE2_OBJ_NEEDED)
 	$(Q)# leave a .o with full symbols in it for debugging.
 	$(Q)printf "  LD      $(subst $(shell pwd)/,,$(@))\n"
 	$(Q)$(LD) -R $(obj)/stage0.o -Ttext 0x2000 --entry=stage2 \





More information about the coreboot mailing list