1# SPDX-License-Identifier:	GPL-2.0+
2
3ifndef CONFIG_SPL_BUILD
4obj-y += sl28.o cmds.o
5endif
6
7obj-y += ddr.o
8
9ifdef CONFIG_SPL_BUILD
10obj-y += spl.o
11obj-$(CONFIG_SPL_ATF) += spl_atf.o
12endif
13