blob: edde122f7570284a7eec317b4b8fb7e01b3014fa [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
13endif
Simon Glassbd472092019-12-08 17:32:10 -070014
Simon Glasse5fb75c2019-12-08 17:40:07 -070015obj-y += hostbridge.o
Simon Glass3a02f692019-12-08 17:40:08 -070016obj-y += itss.o
Simon Glass8bd5dcd2019-12-08 17:40:09 -070017obj-y += lpc.o
Simon Glass40fb08e2019-12-08 17:40:10 -070018obj-y += pch.o
Simon Glass28eefef2019-12-06 21:42:57 -070019obj-y += pmc.o
Simon Glass76565822019-12-06 21:42:58 -070020obj-y += uart.o