diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-01-30 10:50:57 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-01-30 10:50:57 +0000 |
commit | c2ef1463b69482dab43f53bf5e9307e5f04dd11f (patch) | |
tree | b87a173b05060e587bdde7b984c49e0a141f81d9 /src/mainboard/gigabyte | |
parent | 68003b8d14526e76709068569a1f207eeb69941a (diff) |
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
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc | 2 | ||||
-rw-r--r-- | src/mainboard/gigabyte/m57sli/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc b/src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc index 1fb2f1d895..c6355e6907 100644 --- a/src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc +++ b/src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc @@ -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 diff --git a/src/mainboard/gigabyte/m57sli/Makefile.inc b/src/mainboard/gigabyte/m57sli/Makefile.inc index 7bb3f2c629..a557329c95 100644 --- a/src/mainboard/gigabyte/m57sli/Makefile.inc +++ b/src/mainboard/gigabyte/m57sli/Makefile.inc @@ -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 |