blob: f481f40d9bba171a4ff0eb1a65c466413cf213f3 [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 Glass85ed77d2024-09-29 19:49:46 -06005obj-$(CONFIG_XPL_BUILD) += cpu_spl.o
6obj-$(CONFIG_XPL_BUILD) += spl.o
7obj-$(CONFIG_XPL_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 Glass85ed77d2024-09-29 19:49:46 -060014ifdef CONFIG_XPL_BUILD
Simon Glass42bf7db2019-12-08 17:40:19 -070015obj-y += fsp_m.o
16endif
17endif
Simon Glass85ed77d2024-09-29 19:49:46 -060018ifndef CONFIG_XPL_BUILD
Simon Glassb16dbec2020-09-22 12:45:19 -060019obj-y += acpi.o
Simon Glass42bf7db2019-12-08 17:40:19 -070020obj-y += fsp_s.o
Simon Glass45122ae2019-12-08 17:40:11 -070021endif
Simon Glassdc796912019-12-08 17:32:10 -070022
Simon Glass99c19042019-12-08 17:40:07 -070023obj-y += hostbridge.o
Simon Glass36a6cf32019-12-08 17:40:09 -070024obj-y += lpc.o
Simon Glass471e28c2019-12-08 17:40:10 -070025obj-y += pch.o
Simon Glasse63ca972019-12-06 21:42:57 -070026obj-y += pmc.o
Simon Glass582ba6e2019-12-06 21:42:58 -070027obj-y += uart.o