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