blob: 2d78368150258167811b6b99d09a76066fda0a24 [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 Glassdc796912019-12-08 17:32:10 -07005obj-$(CONFIG_SPL_BUILD) += systemagent.o
6
Simon Glass99c19042019-12-08 17:40:07 -07007obj-y += hostbridge.o
Simon Glass8c0629b2019-12-08 17:40:08 -07008obj-y += itss.o
Simon Glasse63ca972019-12-06 21:42:57 -07009obj-y += pmc.o
Simon Glass582ba6e2019-12-06 21:42:58 -070010obj-y += uart.o