blob: 875d454157fa2bf29802f6f8fb8fe6d1fa1dcc5d [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 Glassbd472092019-12-08 17:32:10 -07005obj-$(CONFIG_SPL_BUILD) += systemagent.o
Simon Glassf5b18ae2019-12-08 17:40:11 -07006ifndef CONFIG_TPL_BUILD
7obj-y += punit.o
8endif
Simon Glassbd472092019-12-08 17:32:10 -07009
Simon Glasse5fb75c2019-12-08 17:40:07 -070010obj-y += hostbridge.o
Simon Glass3a02f692019-12-08 17:40:08 -070011obj-y += itss.o
Simon Glass8bd5dcd2019-12-08 17:40:09 -070012obj-y += lpc.o
Simon Glass40fb08e2019-12-08 17:40:10 -070013obj-y += pch.o
Simon Glass28eefef2019-12-06 21:42:57 -070014obj-y += pmc.o
Simon Glass76565822019-12-06 21:42:58 -070015obj-y += uart.o