blob: 147ef9872b89c79c7ec7ce33fb7d3e6cd6f84236 [file] [log] [blame]
Michael Walle36ba7642020-10-15 23:08:57 +02001# SPDX-License-Identifier: GPL-2.0+
2
3ifndef CONFIG_SPL_BUILD
Michael Walle5422d382020-10-15 23:08:58 +02004obj-y += sl28.o cmds.o
Michael Walle36ba7642020-10-15 23:08:57 +02005endif
6
Michael Walle101410e2021-01-08 00:08:59 +01007obj-y += ddr.o
Michael Wallef5253fb2020-11-18 17:46:01 +01008
9ifdef CONFIG_SPL_BUILD
10obj-y += spl.o
11obj-$(CONFIG_SPL_ATF) += spl_atf.o
12endif