]> Git Repo - J-u-boot.git/blobdiff - arch/x86/cpu/ivybridge/Makefile
x86: fsp: Make sure HOB list is not overwritten by U-Boot
[J-u-boot.git] / arch / x86 / cpu / ivybridge / Makefile
index bdbd3fa0c9cbf19872be69e211566ff4f4d6fb09..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
@@ -14,10 +17,7 @@ obj-y += me_status.o
 obj-y += model_206ax.o
 obj-y += microcode_intel.o
 obj-y += northbridge.o
-obj-y += pch.o
-obj-y += pci.o
 obj-y += report_platform.o
 obj-y += sata.o
 obj-y += sdram.o
-obj-y += usb_ehci.o
-obj-y += usb_xhci.o
+endif
This page took 0.02681 seconds and 4 git commands to generate.