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