[coreboot] [PATCH] v3: correct Makefile dependencies

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Wed Feb 13 17:16:58 CET 2008


Correct Makefile dependencies. This worked by accident before.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>

Index: LinuxBIOSv3-makefiledependencies/arch/x86/Makefile
===================================================================
--- LinuxBIOSv3-makefiledependencies/arch/x86/Makefile	(Revision 590)
+++ LinuxBIOSv3-makefiledependencies/arch/x86/Makefile	(Arbeitskopie)
@@ -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 \


-- 
http://www.hailfinger.org/





More information about the coreboot mailing list