Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/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 obj-y += fsp_bindings.o
14 ifdef CONFIG_SPL_BUILD
15 obj-y += fsp_m.o
16 endif
17 endif
18 ifndef CONFIG_SPL_BUILD
19 obj-y += fsp_s.o
20 endif
21
22 obj-y += hostbridge.o
23 obj-y += lpc.o
24 obj-y += pch.o
25 obj-y += pmc.o
26 obj-y += uart.o