From 8b900a417527d9ad94dc4aab2c9d6717bdc50b33 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 11 Mar 2016 22:07:00 -0700 Subject: x86: Move Intel Management Engine code to a common place Some of the Intel ME code is common to several Intel CPUs. Move it into a common location. Add a header file for report_platform.c also. Signed-off-by: Simon Glass Reviewed-by: Bin Meng [squashed in http://patchwork.ozlabs.org/patch/598372/] Signed-off-by: Bin Meng --- arch/x86/cpu/intel_common/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/x86/cpu/intel_common/Makefile') diff --git a/arch/x86/cpu/intel_common/Makefile b/arch/x86/cpu/intel_common/Makefile index 06de964cc8f..1918ca30a84 100644 --- a/arch/x86/cpu/intel_common/Makefile +++ b/arch/x86/cpu/intel_common/Makefile @@ -7,6 +7,8 @@ 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-$(CONFIG_HAVE_MRC) += report_platform.o -- cgit v1.2.3