x86: apl: Add P2SB driver
[pandora-u-boot.git] / arch / x86 / cpu / apollolake / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright 2019 Google LLC
4
5 obj-$(CONFIG_SPL_BUILD) += cpu_spl.o
6 obj-$(CONFIG_SPL_BUILD) += spl.o
7 obj-$(CONFIG_SPL_BUILD) += systemagent.o
8 obj-y += cpu_common.o
9
10 ifndef CONFIG_TPL_BUILD
11 obj-y += cpu.o
12 obj-y += punit.o
13 endif
14
15 obj-y += hostbridge.o
16 obj-y += itss.o
17 obj-y += lpc.o
18 obj-y += p2sb.o
19 obj-y += pch.o
20 obj-y += pmc.o
21 obj-y += uart.o