blob: dc6df15dab025cbe3560a6587585e238289b2fde [file] [log] [blame]
Simon Glasse63ca972019-12-06 21:42:57 -07001# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright 2019 Google LLC
4
Simon Glass43aae572019-12-08 17:40:15 -07005obj-$(CONFIG_SPL_BUILD) += cpu_spl.o
Simon Glassc914f192019-12-08 17:40:13 -07006obj-$(CONFIG_SPL_BUILD) += spl.o
Simon Glassdc796912019-12-08 17:32:10 -07007obj-$(CONFIG_SPL_BUILD) += systemagent.o
Simon Glassfcfd26e2019-12-08 17:40:14 -07008obj-y += cpu_common.o
Simon Glassc914f192019-12-08 17:40:13 -07009
Simon Glass45122ae2019-12-08 17:40:11 -070010ifndef CONFIG_TPL_BUILD
Simon Glassfcfd26e2019-12-08 17:40:14 -070011obj-y += cpu.o
Simon Glass45122ae2019-12-08 17:40:11 -070012obj-y += punit.o
13endif
Simon Glassdc796912019-12-08 17:32:10 -070014
Simon Glass99c19042019-12-08 17:40:07 -070015obj-y += hostbridge.o
Simon Glass8c0629b2019-12-08 17:40:08 -070016obj-y += itss.o
Simon Glass36a6cf32019-12-08 17:40:09 -070017obj-y += lpc.o
Simon Glassd7db0042019-12-08 17:40:16 -070018obj-y += p2sb.o
Simon Glass471e28c2019-12-08 17:40:10 -070019obj-y += pch.o
Simon Glasse63ca972019-12-06 21:42:57 -070020obj-y += pmc.o
Simon Glass582ba6e2019-12-06 21:42:58 -070021obj-y += uart.o