blob: 3cd00b7e5e918627546fe4f87d481f742e51ec55 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Masahiro Yamadafe5ea572016-02-26 18:59:44 +09002
3ifdef CONFIG_SPL_BUILD
4obj-y += lowlevel_init.o
5obj-$(CONFIG_DEBUG_LL) += debug_ll.o
6else
7obj-y += late_lowlevel_init.o
Masahiro Yamada4bab70a2016-07-22 13:38:31 +09008obj-y += cache-uniphier.o
Masahiro Yamadae8a92932016-08-10 16:08:49 +09009obj-$(CONFIG_ARMV7_PSCI) += psci.o psci_smp.o
Masahiro Yamadafe5ea572016-02-26 18:59:44 +090010endif
11
12obj-y += timer.o