]> 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 74f01e87bd313b2cb68dfd69167485c0d8096b05..d7332ffeed6ad569728d917368733f79eab3ee00 100644 (file)
@@ -4,9 +4,20 @@
 # 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
+obj-y += early_me.o
+obj-y += gma.o
 obj-y += lpc.o
+obj-y += me_status.o
+obj-y += model_206ax.o
 obj-y += microcode_intel.o
-obj-y += pci.o
+obj-y += northbridge.o
+obj-y += report_platform.o
+obj-y += sata.o
 obj-y += sdram.o
+endif
This page took 0.021852 seconds and 4 git commands to generate.