diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-02-28 17:19:55 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-02-28 17:19:55 +0000 |
commit | 3c924d2f48ba1bb6a9d5a20453f230bb6be726e0 (patch) | |
tree | 170f8beedfadf91660d3b073b35e019114e2f448 /src | |
parent | 9987ad806f23a20cf2f8aced190ff3d2e50dcd0c (diff) |
fix those two boards that broke due to the config tool fixes.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3963 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/config/Config.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/Config.lb b/src/config/Config.lb index d341b1fbcc..eb4d86e1eb 100644 --- a/src/config/Config.lb +++ b/src/config/Config.lb @@ -88,8 +88,8 @@ if CONFIG_AP_CODE_IN_CAR end makerule coreboot_apc.o - depends "coreboot_apc.a c_start.o $(LIBGCC_FILE_NAME)" - action "$(CC) $(DISTRO_LFLAGS) -nostdlib -r -o $@ c_start.o coreboot_apc.a $(LIBGCC_FILE_NAME)" + depends "$(TOP)/src/arch/$(ARCH)/lib/c_start.o coreboot_apc.a $(LIBGCC_FILE_NAME)" + action "$(CC) $(DISTRO_LFLAGS) -nostdlib -r -o $@ $^" end makerule coreboot_apc |