x86: Move P2SB from Apollo Lake to a more generic location
[platform/kernel/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 ifdef CONFIG_SPL_BUILD
14 obj-y += fsp_m.o
15 endif
16 endif
17 ifndef CONFIG_SPL_BUILD
18 obj-y += fsp_s.o
19 endif
20
21 obj-y += hostbridge.o
22 obj-y += lpc.o
23 obj-y += pch.o
24 obj-y += pmc.o
25 obj-y += uart.o