]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/x86/cpu/ivybridge/Makefile
x86: ivybridge: Add FSP support
[people/ms/u-boot.git] / arch / x86 / cpu / ivybridge / Makefile
index 45ef14187ea73cd30bfd6f856ca8fa565ec7c2b0..d7332ffeed6ad569728d917368733f79eab3ee00 100644 (file)
@@ -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