summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/apollolake/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-08 17:40:16 -0700
committerBin Meng <bmeng.cn@gmail.com>2019-12-15 11:44:29 +0800
commit46c674bfdea61fa8d9a4a5dc74074a9cea14fb02 (patch)
treebe5e847082c5cde2032819ff0fd6254a18898229 /arch/x86/cpu/apollolake/Makefile
parent4dc0ab35511b08f7ab90dbac184a45b606d8dd81 (diff)
downloadu-boot-46c674bfdea61fa8d9a4a5dc74074a9cea14fb02.tar.gz
x86: apl: Add P2SB driver
Adds a driver for the Apollo Lake Primary-to-sideband bus. This supports various child devices. It supposed both device tree and of-platdata. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/apollolake/Makefile')
-rw-r--r--arch/x86/cpu/apollolake/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/apollolake/Makefile b/arch/x86/cpu/apollolake/Makefile
index edde122f75..dc6df15dab 100644
--- a/arch/x86/cpu/apollolake/Makefile
+++ b/arch/x86/cpu/apollolake/Makefile
@@ -15,6 +15,7 @@ endif
obj-y += hostbridge.o
obj-y += itss.o
obj-y += lpc.o
+obj-y += p2sb.o
obj-y += pch.o
obj-y += pmc.o
obj-y += uart.o