2019-12-07 04:42:57 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
# Copyright 2019 Google LLC
|
|
|
|
|
2019-12-09 00:40:15 +00:00
|
|
|
obj-$(CONFIG_SPL_BUILD) += cpu_spl.o
|
2020-07-08 15:02:15 +00:00
|
|
|
obj-$(CONFIG_SPL_BUILD) += spl.o
|
2019-12-09 00:32:10 +00:00
|
|
|
obj-$(CONFIG_SPL_BUILD) += systemagent.o
|
2019-12-09 00:40:14 +00:00
|
|
|
obj-y += cpu_common.o
|
2019-12-09 00:40:13 +00:00
|
|
|
|
2019-12-09 00:40:11 +00:00
|
|
|
ifndef CONFIG_TPL_BUILD
|
2019-12-09 00:40:14 +00:00
|
|
|
obj-y += cpu.o
|
2019-12-09 00:40:11 +00:00
|
|
|
obj-y += punit.o
|
2020-05-18 10:33:34 +00:00
|
|
|
obj-y += fsp_bindings.o
|
2019-12-09 00:40:19 +00:00
|
|
|
ifdef CONFIG_SPL_BUILD
|
|
|
|
obj-y += fsp_m.o
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
ifndef CONFIG_SPL_BUILD
|
|
|
|
obj-y += fsp_s.o
|
2019-12-09 00:40:11 +00:00
|
|
|
endif
|
2019-12-09 00:32:10 +00:00
|
|
|
|
2019-12-09 00:40:07 +00:00
|
|
|
obj-y += hostbridge.o
|
2019-12-09 00:40:09 +00:00
|
|
|
obj-y += lpc.o
|
2019-12-09 00:40:10 +00:00
|
|
|
obj-y += pch.o
|
2019-12-07 04:42:57 +00:00
|
|
|
obj-y += pmc.o
|
2019-12-07 04:42:58 +00:00
|
|
|
obj-y += uart.o
|