blob: 3aa2a556765a8ff3f5d8d7b49ae46cf236998a4f [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 Glasse9af32e2020-07-08 09:02:15 -06006obj-$(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
Bernhard Messerklingerd9461aa2020-05-18 12:33:34 +020013obj-y += fsp_bindings.o
Simon Glass42bf7db2019-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 Glass45122ae2019-12-08 17:40:11 -070020endif
Simon Glassdc796912019-12-08 17:32:10 -070021
Simon Glass99c19042019-12-08 17:40:07 -070022obj-y += hostbridge.o
Simon Glass36a6cf32019-12-08 17:40:09 -070023obj-y += lpc.o
Simon Glass471e28c2019-12-08 17:40:10 -070024obj-y += pch.o
Simon Glasse63ca972019-12-06 21:42:57 -070025obj-y += pmc.o
Simon Glass582ba6e2019-12-06 21:42:58 -070026obj-y += uart.o