blob: 578e15c4bf70533d978fdd0a874dbf38fb3a20fd [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
Simon Glass2153e8f2019-12-08 17:40:19 -070013ifdef CONFIG_SPL_BUILD
14obj-y += fsp_m.o
15endif
16endif
17ifndef CONFIG_SPL_BUILD
18obj-y += fsp_s.o
Simon Glassf5b18ae2019-12-08 17:40:11 -070019endif
Simon Glassbd472092019-12-08 17:32:10 -070020
Simon Glasse5fb75c2019-12-08 17:40:07 -070021obj-y += hostbridge.o
Simon Glass8bd5dcd2019-12-08 17:40:09 -070022obj-y += lpc.o
Simon Glass40fb08e2019-12-08 17:40:10 -070023obj-y += pch.o
Simon Glass28eefef2019-12-06 21:42:57 -070024obj-y += pmc.o
Simon Glass76565822019-12-06 21:42:58 -070025obj-y += uart.o