diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2006-10-05 06:24:21 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2006-10-05 06:24:21 +0000 |
commit | ab9f49d2fabe92ca79ec95888ca91969446ae756 (patch) | |
tree | 0d07b261d43f8901d06c85f7b6441b470dd5e3a5 /src | |
parent | 1792b2e8011ce6e894d3b36b1d47d78411f5b0f8 (diff) |
init.o
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2444 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/i386/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |