blob: 11621256aebccad9f62f7f3992830905d15bc767 [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 Glassdc796912019-12-08 17:32:10 -07006obj-$(CONFIG_SPL_BUILD) += systemagent.o
Simon Glassfcfd26e2019-12-08 17:40:14 -07007obj-y += cpu_common.o
Simon Glassc914f192019-12-08 17:40:13 -07008
Simon Glass45122ae2019-12-08 17:40:11 -07009ifndef CONFIG_TPL_BUILD
Simon Glassfcfd26e2019-12-08 17:40:14 -070010obj-y += cpu.o
Simon Glass45122ae2019-12-08 17:40:11 -070011obj-y += punit.o
Bernhard Messerklingerd9461aa2020-05-18 12:33:34 +020012obj-y += fsp_bindings.o
Simon Glass42bf7db2019-12-08 17:40:19 -070013ifdef CONFIG_SPL_BUILD
Tom Rinic7811b72020-06-26 17:40:06 -040014obj-y += spl.o
Simon Glass42bf7db2019-12-08 17:40:19 -070015obj-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