ifeq wants a space before the (
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5067 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
68003b8d14
commit
c2ef1463b6
|
@ -22,11 +22,11 @@
|
|||
initobj-y += crt0.o
|
||||
|
||||
crt0s :=
|
||||
ifeq($(CONFIG_BIG_BOOTBLOCK),y)
|
||||
ifeq ($(CONFIG_BIG_BOOTBLOCK),y)
|
||||
crt0s += $(src)/cpu/x86/16bit/entry16.inc
|
||||
endif
|
||||
crt0s += $(src)/cpu/x86/32bit/entry32.inc
|
||||
ifeq($(CONFIG_BIG_BOOTBLOCK),y)
|
||||
ifeq ($(CONFIG_BIG_BOOTBLOCK),y)
|
||||
crt0s += $(src)/cpu/x86/16bit/reset16.inc
|
||||
crt0s += $(src)/arch/i386/lib/cpu_reset.inc
|
||||
crt0s += $(src)/arch/i386/lib/id.inc
|
||||
|
@ -34,30 +34,30 @@ endif
|
|||
crt0s += $(src)/cpu/x86/32bit/entry32.inc
|
||||
crt0s += $(src)/cpu/x86/fpu_enable.inc
|
||||
|
||||
ifeq($(CONFIG_CPU_AMD_GX1),y)
|
||||
ifeq ($(CONFIG_CPU_AMD_GX1),y)
|
||||
crt0s += $(src)/cpu/amd/model_gx1/cpu_setup.inc
|
||||
crt0s += $(src)/cpu/amd/model_gx1/gx_setup.inc
|
||||
endif
|
||||
ifeq($(CONFIG_SSE),y)
|
||||
ifeq ($(CONFIG_SSE),y)
|
||||
crt0s += $(src)/cpu/x86/sse_enable.inc
|
||||
endif
|
||||
ifeq($(CONFIG_BIG_BOOTBLOCK),y)
|
||||
ifeq ($(CONFIG_BIG_BOOTBLOCK),y)
|
||||
crt0s += $(obj)/mainboard/$(MAINBOARDDIR)/failover.inc
|
||||
endif
|
||||
crt0s += $(obj)/mainboard/$(MAINBOARDDIR)/auto.inc
|
||||
ifeq($(CONFIG_SSE),y)
|
||||
ifeq ($(CONFIG_SSE),y)
|
||||
crt0s += $(src)/cpu/x86/sse_disable.inc
|
||||
endif
|
||||
ifeq($(CONFIG_MMX),y)
|
||||
ifeq ($(CONFIG_MMX),y)
|
||||
crt0s += $(src)/cpu/x86/mmx_disable.inc
|
||||
endif
|
||||
|
||||
ldscripts := $(src)/arch/i386/init/ldscript_fallback_cbfs.lb
|
||||
ifeq($(CONFIG_BIG_BOOTBLOCK),y)
|
||||
ifeq ($(CONFIG_BIG_BOOTBLOCK),y)
|
||||
ldscripts += $(src)/cpu/x86/16bit/entry16.lds
|
||||
endif
|
||||
ldscripts += $(src)/cpu/x86/32bit/entry32.lds
|
||||
ifeq($(CONFIG_BIG_BOOTBLOCK),y)
|
||||
ifeq ($(CONFIG_BIG_BOOTBLOCK),y)
|
||||
ldscripts += $(src)/cpu/x86/16bit/reset16.lds
|
||||
ldscripts += $(src)/arch/i386/lib/id.lds
|
||||
ldscripts += $(src)/arch/i386/lib/failover.lds
|
||||
|
|
|
@ -42,7 +42,7 @@ ldscripts += $(src)/cpu/x86/16bit/entry16.lds
|
|||
ldscripts += $(src)/cpu/x86/16bit/reset16.lds
|
||||
ldscripts += $(src)/arch/i386/lib/id.lds
|
||||
ldscripts += $(src)/arch/i386/lib/failover.lds
|
||||
ifeq($(CONFIG_AP_CODE_IN_CAR),y)
|
||||
ifeq ($(CONFIG_AP_CODE_IN_CAR),y)
|
||||
ldscripts += $(src)/arch/i386/init/ldscript_apc.lb
|
||||
endif
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ ldscripts += $(src)/cpu/x86/16bit/reset16.lds
|
|||
ldscripts += $(src)/arch/i386/lib/id.lds
|
||||
ldscripts += $(src)/southbridge/nvidia/mcp55/romstrap.lds
|
||||
ldscripts += $(src)/arch/i386/lib/failover.lds
|
||||
ifeq($(CONFIG_AP_CODE_IN_CAR),y)
|
||||
ifeq ($(CONFIG_AP_CODE_IN_CAR),y)
|
||||
ldscripts += $(src)/arch/i386/init/ldscript_apc.lb
|
||||
endif
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ ldscripts += $(src)/cpu/x86/16bit/entry16.lds
|
|||
ldscripts += $(src)/cpu/x86/16bit/reset16.lds
|
||||
ldscripts += $(src)/arch/i386/lib/id.lds
|
||||
ldscripts += $(src)/arch/i386/lib/failover.lds
|
||||
ifeq($(CONFIG_AP_CODE_IN_CAR),y)
|
||||
ifeq ($(CONFIG_AP_CODE_IN_CAR),y)
|
||||
ldscripts += $(src)/arch/i386/init/ldscript_apc.lb
|
||||
endif
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ ldscripts += $(src)/cpu/x86/16bit/entry16.lds
|
|||
ldscripts += $(src)/cpu/x86/16bit/reset16.lds
|
||||
ldscripts += $(src)/arch/i386/lib/id.lds
|
||||
ldscripts += $(src)/arch/i386/lib/failover.lds
|
||||
ifeq($(CONFIG_AP_CODE_IN_CAR),y)
|
||||
ifeq ($(CONFIG_AP_CODE_IN_CAR),y)
|
||||
ldscripts += $(src)/arch/i386/init/ldscript_apc.lb
|
||||
endif
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ ldscripts += $(src)/cpu/x86/16bit/reset16.lds
|
|||
ldscripts += $(src)/arch/i386/lib/id.lds
|
||||
ldscripts += $(src)/southbridge/nvidia/mcp55/romstrap.lds
|
||||
ldscripts += $(src)/arch/i386/lib/failover.lds
|
||||
ifeq($(CONFIG_AP_CODE_IN_CAR),y)
|
||||
ifeq ($(CONFIG_AP_CODE_IN_CAR),y)
|
||||
ldscripts += $(src)/arch/i386/init/ldscript_apc.lb
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue