From ab9f49d2fabe92ca79ec95888ca91969446ae756 Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Thu, 5 Oct 2006 06:24:21 +0000 Subject: [PATCH] init.o git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2444 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/Config.lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/i386/Config.lb b/src/arch/i386/Config.lb index 2b197f867e..b5fcd90688 100644 --- a/src/arch/i386/Config.lb +++ b/src/arch/i386/Config.lb @@ -99,7 +99,7 @@ if CONFIG_USE_INIT end makerule linuxbios - depends "crt0.o $(INIT-OBJECTS) $(LINUXBIOS_APC) $(LINUXBIOS_RAM_ROM) ldscript.ld" + depends "crt0.o init.o $(LINUXBIOS_APC) $(LINUXBIOS_RAM_ROM) ldscript.ld" action "$(CC) -nostdlib -nostartfiles -static -o $@ -T ldscript.ld crt0.o init.o" action "$(CROSS_COMPILE)nm -n linuxbios | sort > linuxbios.map" end