blob: 1fde400d77ce2fe8725c32700afa2e5ab5ec4cb4 [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 Glassc914f192019-12-08 17:40:13 -07005obj-$(CONFIG_SPL_BUILD) += spl.o
Simon Glassdc796912019-12-08 17:32:10 -07006obj-$(CONFIG_SPL_BUILD) += systemagent.o
Simon Glassc914f192019-12-08 17:40:13 -07007
Simon Glass45122ae2019-12-08 17:40:11 -07008ifndef CONFIG_TPL_BUILD
9obj-y += punit.o
10endif
Simon Glassdc796912019-12-08 17:32:10 -070011
Simon Glass99c19042019-12-08 17:40:07 -070012obj-y += hostbridge.o
Simon Glass8c0629b2019-12-08 17:40:08 -070013obj-y += itss.o
Simon Glass36a6cf32019-12-08 17:40:09 -070014obj-y += lpc.o
Simon Glass471e28c2019-12-08 17:40:10 -070015obj-y += pch.o
Simon Glasse63ca972019-12-06 21:42:57 -070016obj-y += pmc.o
Simon Glass582ba6e2019-12-06 21:42:58 -070017obj-y += uart.o