blob: 3aa2a556765a8ff3f5d8d7b49ae46cf236998a4f [file] [log] [blame]
Simon Glass28eefef2019-12-06 21:42:57 -07001# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright 2019 Google LLC
4
Simon Glass4dc0ab32019-12-08 17:40:15 -07005obj-$(CONFIG_SPL_BUILD) += cpu_spl.o
Simon Glass409d4c62019-12-08 17:40:13 -07006obj-$(CONFIG_SPL_BUILD) += spl.o
Simon Glassbd472092019-12-08 17:32:10 -07007obj-$(CONFIG_SPL_BUILD) += systemagent.o
Simon Glass6a4c2372019-12-08 17:40:14 -07008obj-y += cpu_common.o
Simon Glass409d4c62019-12-08 17:40:13 -07009
Simon Glassf5b18ae2019-12-08 17:40:11 -070010ifndef CONFIG_TPL_BUILD
Simon Glass6a4c2372019-12-08 17:40:14 -070011obj-y += cpu.o
Simon Glassf5b18ae2019-12-08 17:40:11 -070012obj-y += punit.o
Bernhard Messerklinger1fa63052020-05-18 12:33:34 +020013obj-y += fsp_bindings.o
Simon Glass2153e8f2019-12-08 17:40:19 -070014ifdef CONFIG_SPL_BUILD
15obj-y += fsp_m.o
16endif
17endif
18ifndef CONFIG_SPL_BUILD
19obj-y += fsp_s.o
Simon Glassf5b18ae2019-12-08 17:40:11 -070020endif
Simon Glassbd472092019-12-08 17:32:10 -070021
Simon Glasse5fb75c2019-12-08 17:40:07 -070022obj-y += hostbridge.o
Simon Glass8bd5dcd2019-12-08 17:40:09 -070023obj-y += lpc.o
Simon Glass40fb08e2019-12-08 17:40:10 -070024obj-y += pch.o
Simon Glass28eefef2019-12-06 21:42:57 -070025obj-y += pmc.o
Simon Glass76565822019-12-06 21:42:58 -070026obj-y += uart.o