20090310-1-paths:

The rules changed in this patch originally wanted to write c_start.o
into the source tree. That triggered a bug in my other work, and is
generally not what we want.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3994 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi 2009-03-11 15:35:22 +00:00 committed by Stefan Reinauer
parent e1025d0f7f
commit 25399346b3
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ end
makerule coreboot_ram.o makerule coreboot_ram.o
depends "$(TOP)/src/arch/$(ARCH)/lib/c_start.o $(DRIVER) coreboot.a $(LIBGCC_FILE_NAME)" depends "src/arch/$(ARCH)/lib/c_start.o $(DRIVER) coreboot.a $(LIBGCC_FILE_NAME)"
action "$(CC) $(DISTRO_LFLAGS) -nostdlib -r -o $@ $^" action "$(CC) $(DISTRO_LFLAGS) -nostdlib -r -o $@ $^"
end end
@ -88,7 +88,7 @@ if CONFIG_AP_CODE_IN_CAR
end end
makerule coreboot_apc.o makerule coreboot_apc.o
depends "$(TOP)/src/arch/$(ARCH)/lib/c_start.o coreboot_apc.a $(LIBGCC_FILE_NAME)" depends "src/arch/$(ARCH)/lib/c_start.o coreboot_apc.a $(LIBGCC_FILE_NAME)"
action "$(CC) $(DISTRO_LFLAGS) -nostdlib -r -o $@ $^" action "$(CC) $(DISTRO_LFLAGS) -nostdlib -r -o $@ $^"
end end