blob: 37e42092ec930844fc446896e16371c49c0febfc [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 Glass409d4c62019-12-08 17:40:13 -07005obj-$(CONFIG_SPL_BUILD) += spl.o
Simon Glassbd472092019-12-08 17:32:10 -07006obj-$(CONFIG_SPL_BUILD) += systemagent.o
Simon Glass6a4c2372019-12-08 17:40:14 -07007obj-y += cpu_common.o
Simon Glass409d4c62019-12-08 17:40:13 -07008
Simon Glassf5b18ae2019-12-08 17:40:11 -07009ifndef CONFIG_TPL_BUILD
Simon Glass6a4c2372019-12-08 17:40:14 -070010obj-y += cpu.o
Simon Glassf5b18ae2019-12-08 17:40:11 -070011obj-y += punit.o
12endif
Simon Glassbd472092019-12-08 17:32:10 -070013
Simon Glasse5fb75c2019-12-08 17:40:07 -070014obj-y += hostbridge.o
Simon Glass3a02f692019-12-08 17:40:08 -070015obj-y += itss.o
Simon Glass8bd5dcd2019-12-08 17:40:09 -070016obj-y += lpc.o
Simon Glass40fb08e2019-12-08 17:40:10 -070017obj-y += pch.o
Simon Glass28eefef2019-12-06 21:42:57 -070018obj-y += pmc.o
Simon Glass76565822019-12-06 21:42:58 -070019obj-y += uart.o