summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/broadwell/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-03-12 05:07:19 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-03-17 02:27:25 (GMT)
commit1e6f4e58862088f31cae350d73f0b1162d0ceb46 (patch)
tree7e8a990f9adc382bd285ea33a443b9becd8835de /arch/x86/cpu/broadwell/Makefile
parent2f3f477b77d3a528de41e52a8ba874fd47fb6513 (diff)
downloadu-boot-1e6f4e58862088f31cae350d73f0b1162d0ceb46.tar.xz
x86: broadwell: Add a PCH driver
Add a driver for the broadwell low-power platform controller hub. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/broadwell/Makefile')
-rw-r--r--arch/x86/cpu/broadwell/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/cpu/broadwell/Makefile b/arch/x86/cpu/broadwell/Makefile
index c7ef630..128829a 100644
--- a/arch/x86/cpu/broadwell/Makefile
+++ b/arch/x86/cpu/broadwell/Makefile
@@ -5,3 +5,5 @@
#
obj-y += cpu.o
+obj-y += iobp.o
+obj-y += pch.o