make crt0s and ldscripts evaluate late, so the chipset_* variables are there at

the time they are finally used. This should solve the Problem Myles was seeing
earlier today.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5330 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2010-03-30 20:32:01 +00:00
committed by Stefan Reinauer
parent 0ed0b7cfe8
commit acdd52fa82
2 changed files with 4 additions and 5 deletions

View File

@@ -83,8 +83,8 @@ $(obj)/coreboot.a: $$(objs)
#######################################################################
# done
crt0s :=
ldscripts :=
crt0s =
ldscripts =
ldscripts += $(src)/arch/i386/init/ldscript_fallback_cbfs.lb
ifeq ($(CONFIG_BIG_BOOTBLOCK),y)
crt0s += $(src)/cpu/x86/16bit/entry16.inc