2019-12-06 21:42:57 -07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
# Copyright 2019 Google LLC
|
|
|
|
|
2019-12-08 17:40:15 -07:00
|
|
|
obj-$(CONFIG_SPL_BUILD) += cpu_spl.o
|
2019-12-08 17:40:13 -07:00
|
|
|
obj-$(CONFIG_SPL_BUILD) += spl.o
|
2019-12-08 17:32:10 -07:00
|
|
|
obj-$(CONFIG_SPL_BUILD) += systemagent.o
|
2019-12-08 17:40:14 -07:00
|
|
|
obj-y += cpu_common.o
|
2019-12-08 17:40:13 -07:00
|
|
|
|
2019-12-08 17:40:11 -07:00
|
|
|
ifndef CONFIG_TPL_BUILD
|
2019-12-08 17:40:14 -07:00
|
|
|
obj-y += cpu.o
|
2019-12-08 17:40:11 -07:00
|
|
|
obj-y += punit.o
|
|
|
|
endif
|
2019-12-08 17:32:10 -07:00
|
|
|
|
2019-12-08 17:40:07 -07:00
|
|
|
obj-y += hostbridge.o
|
2019-12-08 17:40:08 -07:00
|
|
|
obj-y += itss.o
|
2019-12-08 17:40:09 -07:00
|
|
|
obj-y += lpc.o
|
2019-12-08 17:40:16 -07:00
|
|
|
obj-y += p2sb.o
|
2019-12-08 17:40:10 -07:00
|
|
|
obj-y += pch.o
|
2019-12-06 21:42:57 -07:00
|
|
|
obj-y += pmc.o
|
2019-12-06 21:42:58 -07:00
|
|
|
obj-y += uart.o
|