blob: 2cb41251708180a6d238348221117943e188f50f [file] [log] [blame]
Michael Walle36ba7642020-10-15 23:08:57 +02001# SPDX-License-Identifier: GPL-2.0+
2
Simon Glass49c24a82024-09-29 19:49:47 -06003ifndef CONFIG_XPL_BUILD
Michael Walle5422d382020-10-15 23:08:58 +02004obj-y += sl28.o cmds.o
Michael Walle36ba7642020-10-15 23:08:57 +02005endif
6
Michael Walle898a8be2021-03-26 19:40:59 +01007obj-y += common.o ddr.o
Michael Wallef5253fb2020-11-18 17:46:01 +01008
Michael Walle187bae92022-04-25 09:25:08 +05309obj-$(CONFIG_ARMV8_PSCI) += psci.o
10
Simon Glass49c24a82024-09-29 19:49:47 -060011ifdef CONFIG_XPL_BUILD
Michael Wallef5253fb2020-11-18 17:46:01 +010012obj-y += spl.o
13obj-$(CONFIG_SPL_ATF) += spl_atf.o
14endif