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/msi/ms9282 | |
parent | 68003b8d14526e76709068569a1f207eeb69941a (diff) | |
download | coreboot-c2ef1463b69482dab43f53bf5e9307e5f04dd11f.tar.xz |
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/msi/ms9282')
-rw-r--r-- | src/mainboard/msi/ms9282/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/msi/ms9282/Makefile.inc b/src/mainboard/msi/ms9282/Makefile.inc index 0f2f5bcb02..9bffee7d88 100644 --- a/src/mainboard/msi/ms9282/Makefile.inc +++ b/src/mainboard/msi/ms9282/Makefile.inc @@ -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 |