blob: 5d220f07447e4c3b516664ff0e5e512fcebff2c8 [file] [log] [blame]
Michael Walle4ceb5c62020-10-15 23:08:57 +02001# SPDX-License-Identifier: GPL-2.0+
2
3ifndef CONFIG_SPL_BUILD
Michael Walle66d00eb2020-10-15 23:08:58 +02004obj-y += sl28.o cmds.o
Michael Walle4ceb5c62020-10-15 23:08:57 +02005endif
6
7obj-y += common.o ddr.o
Michael Wallee0577602020-11-18 17:46:01 +01008
9ifdef CONFIG_SPL_BUILD
10obj-y += spl.o
11obj-$(CONFIG_SPL_ATF) += spl_atf.o
12endif