summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/intel_common/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-03-11 22:06:57 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-03-17 10:27:24 +0800
commit8c30b571303fffd06615aeeb3143112c7bb00f2a (patch)
tree7ffc848c9a8be9d17e408d0e63531d8b73b9d381 /arch/x86/cpu/intel_common/Makefile
parentbb096b9fad65696798ffd1637b30d9cc7951e70c (diff)
downloadu-boot-imx-8c30b571303fffd06615aeeb3143112c7bb00f2a.zip
u-boot-imx-8c30b571303fffd06615aeeb3143112c7bb00f2a.tar.gz
u-boot-imx-8c30b571303fffd06615aeeb3143112c7bb00f2a.tar.bz2
x86: Move common LPC code to its own place
Some of the LPC code is common to several Intel LPC devices. 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/intel_common/Makefile b/arch/x86/cpu/intel_common/Makefile
index ca4e171..74b005a 100644
--- a/arch/x86/cpu/intel_common/Makefile
+++ b/arch/x86/cpu/intel_common/Makefile
@@ -5,6 +5,7 @@
#
obj-$(CONFIG_HAVE_MRC) += car.o
+obj-y += lpc.o
ifndef CONFIG_TARGET_EFI
obj-y += microcode.o
endif