summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/arm32/Makefile
blob: 376c06b59758f554aac38f21e41e2749c5f0c8cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# SPDX-License-Identifier:	GPL-2.0+
#

ifdef CONFIG_SPL_BUILD
obj-y += lowlevel_init.o
obj-$(CONFIG_DEBUG_LL) += debug_ll.o
else
obj-y += late_lowlevel_init.o
obj-y += cache_uniphier.o
endif

obj-y += timer.o
OpenPOWER on IntegriCloud