summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/intel_common/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-03-11 22:06:54 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-03-17 10:27:24 +0800
commit9e66506d33eac67bfa814ccba1c9ccd06bb5b107 (patch)
treebf644c80aeea878f4274e214620ff03902304310 /arch/x86/cpu/intel_common/Makefile
parent1223d737a38dab7f05e7d62a3c931e28aa1e1495 (diff)
downloadtalos-obmc-uboot-9e66506d33eac67bfa814ccba1c9ccd06bb5b107.tar.gz
talos-obmc-uboot-9e66506d33eac67bfa814ccba1c9ccd06bb5b107.zip
x86: Move microcode code to a common location
This code is used on several Intel CPUs. Move it into a common location. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/intel_common/Makefile')
-rw-r--r--arch/x86/cpu/intel_common/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/cpu/intel_common/Makefile b/arch/x86/cpu/intel_common/Makefile
index 5dd95739a0..ca4e171d20 100644
--- a/arch/x86/cpu/intel_common/Makefile
+++ b/arch/x86/cpu/intel_common/Makefile
@@ -5,3 +5,6 @@
#
obj-$(CONFIG_HAVE_MRC) += car.o
+ifndef CONFIG_TARGET_EFI
+obj-y += microcode.o
+endif
OpenPOWER on IntegriCloud