]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/intel_common/Makefile
x86: Move common LPC code to its own place
[u-boot] / arch / x86 / cpu / intel_common / Makefile
index 5dd95739a0996be4d5af5a1c2a4af87d8ec85f6c..74b005a4966cf2a270ed9917c0d0b0c9d53eef9f 100644 (file)
@@ -5,3 +5,7 @@
 #
 
 obj-$(CONFIG_HAVE_MRC) += car.o
+obj-y += lpc.o
+ifndef CONFIG_TARGET_EFI
+obj-y += microcode.o
+endif