Merge git://git.denx.de/u-boot-rockchip
[oweals/u-boot.git] / arch / arm / cpu / armv7 / sunxi / Makefile
1 #
2 # (C) Copyright 2012 Henrik Nordstrom <henrik@henriknordstrom.net>
3 #
4 # Based on some other Makefile
5 # (C) Copyright 2000-2003
6 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
7 #
8 # SPDX-License-Identifier:      GPL-2.0+
9 #
10 obj-y   += timer.o
11
12 obj-$(CONFIG_MACH_SUN6I)        += tzpc.o
13 obj-$(CONFIG_MACH_SUN8I_H3)     += tzpc.o
14
15 ifndef CONFIG_SPL_BUILD
16 obj-$(CONFIG_ARMV7_PSCI)        += psci.o
17 endif
18
19 ifdef CONFIG_SPL_BUILD
20 obj-y   += fel_utils.o
21 endif