]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/intel_common/Makefile
x86: Add common SDRAM-init code
[u-boot] / arch / x86 / cpu / intel_common / Makefile
index 74b005a4966cf2a270ed9917c0d0b0c9d53eef9f..804c539ca4bd4d30a7665f004b60065bedd708da 100644 (file)
@@ -5,7 +5,12 @@
 #
 
 obj-$(CONFIG_HAVE_MRC) += car.o
+obj-y += cpu.o
 obj-y += lpc.o
+obj-$(CONFIG_HAVE_MRC) += me_status.o
 ifndef CONFIG_TARGET_EFI
 obj-y += microcode.o
 endif
+obj-y += pch.o
+obj-$(CONFIG_HAVE_MRC) += report_platform.o
+obj-$(CONFIG_HAVE_MRC) += mrc.o