1 # SPDX-License-Identifier: GPL-2.0+
3 # Copyright 2019 Google LLC
5 obj-$(CONFIG_SPL_BUILD) += cpu_spl.o
6 obj-$(CONFIG_SPL_BUILD) += spl.o
7 obj-$(CONFIG_SPL_BUILD) += systemagent.o
10 ifndef CONFIG_TPL_BUILD
13 obj-y += fsp_bindings.o
14 ifdef CONFIG_SPL_BUILD
18 ifndef CONFIG_SPL_BUILD