summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/cpu/ivybridge/Makefile')
-rw-r--r--arch/x86/cpu/ivybridge/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/cpu/ivybridge/Makefile b/arch/x86/cpu/ivybridge/Makefile
index 45ef141..d7332ff 100644
--- a/arch/x86/cpu/ivybridge/Makefile
+++ b/arch/x86/cpu/ivybridge/Makefile
@@ -4,6 +4,9 @@
# SPDX-License-Identifier: GPL-2.0+
#
+ifdef CONFIG_HAVE_FSP
+obj-y += fsp_configs.o ivybridge.o
+else
obj-y += bd82x6x.o
obj-y += car.o
obj-y += cpu.o
@@ -17,3 +20,4 @@ obj-y += northbridge.o
obj-y += report_platform.o
obj-y += sata.o
obj-y += sdram.o
+endif