blob: 5074ebda97aaf6b6a983d8b0716a69874e5b4848 [file] [log] [blame]
Masahiro Yamada3119eb42016-02-26 18:59:44 +09001#
2# SPDX-License-Identifier: GPL-2.0+
3#
4
5ifdef CONFIG_SPL_BUILD
6obj-y += lowlevel_init.o
7obj-$(CONFIG_DEBUG_LL) += debug_ll.o
8else
9obj-y += late_lowlevel_init.o
Masahiro Yamadaa7c901f2016-07-22 13:38:31 +090010obj-y += cache-uniphier.o
Masahiro Yamada3119eb42016-02-26 18:59:44 +090011endif
12
13obj-y += timer.o