blob: 5d220f07447e4c3b516664ff0e5e512fcebff2c8 [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 Walle898a8be2021-03-26 19:40:59 +01007obj-y += common.o 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