]> 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 5dd95739a0996be4d5af5a1c2a4af87d8ec85f6c..804c539ca4bd4d30a7665f004b60065bedd708da 100644 (file)
@@ -5,3 +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