Michael Walle | 4ceb5c6 | 2020-10-15 23:08:57 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
2 | |||||
3 | ifndef CONFIG_SPL_BUILD | ||||
Michael Walle | 66d00eb | 2020-10-15 23:08:58 +0200 | [diff] [blame] | 4 | obj-y += sl28.o cmds.o |
Michael Walle | 4ceb5c6 | 2020-10-15 23:08:57 +0200 | [diff] [blame] | 5 | endif |
6 | |||||
Michael Walle | 9b3843f | 2021-03-26 19:40:59 +0100 | [diff] [blame] | 7 | obj-y += common.o ddr.o |
Michael Walle | e057760 | 2020-11-18 17:46:01 +0100 | [diff] [blame] | 8 | |
Michael Walle | 20759b2 | 2022-04-25 09:25:08 +0530 | [diff] [blame] | 9 | obj-$(CONFIG_ARMV8_PSCI) += psci.o |
10 | |||||
Michael Walle | e057760 | 2020-11-18 17:46:01 +0100 | [diff] [blame] | 11 | ifdef CONFIG_SPL_BUILD |
12 | obj-y += spl.o | ||||
13 | obj-$(CONFIG_SPL_ATF) += spl_atf.o | ||||
14 | endif |