Michael Walle | 36ba764 | 2020-10-15 23:08:57 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
2 | |||||
3 | ifndef CONFIG_SPL_BUILD | ||||
Michael Walle | 5422d38 | 2020-10-15 23:08:58 +0200 | [diff] [blame] | 4 | obj-y += sl28.o cmds.o |
Michael Walle | 36ba764 | 2020-10-15 23:08:57 +0200 | [diff] [blame] | 5 | endif |
6 | |||||
Michael Walle | 898a8be | 2021-03-26 19:40:59 +0100 | [diff] [blame] | 7 | obj-y += common.o ddr.o |
Michael Walle | f5253fb | 2020-11-18 17:46:01 +0100 | [diff] [blame] | 8 | |
9 | ifdef CONFIG_SPL_BUILD | ||||
10 | obj-y += spl.o | ||||
11 | obj-$(CONFIG_SPL_ATF) += spl_atf.o | ||||
12 | endif |