summaryrefslogtreecommitdiffstats
path: root/src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc')
-rw-r--r--src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc b/src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc
index 1fb2f1d8959b..c6355e6907c8 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