blob: 2d78368150258167811b6b99d09a76066fda0a24 [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
6
Simon Glasse5fb75c2019-12-08 17:40:07 -07007obj-y += hostbridge.o
Simon Glass3a02f692019-12-08 17:40:08 -07008obj-y += itss.o
Simon Glass28eefef2019-12-06 21:42:57 -07009obj-y += pmc.o
Simon Glass76565822019-12-06 21:42:58 -070010obj-y += uart.o