xref: /rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/Makefile (revision 1f9ef0dca0a1315f0a216808ade8946bcc54e2b4)
1643cf0eaSIan Campbell#
2643cf0eaSIan Campbell# (C) Copyright 2012 Henrik Nordstrom <henrik@henriknordstrom.net>
3643cf0eaSIan Campbell#
4643cf0eaSIan Campbell# Based on some other Makefile
5643cf0eaSIan Campbell# (C) Copyright 2000-2003
6643cf0eaSIan Campbell# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
7643cf0eaSIan Campbell#
8643cf0eaSIan Campbell# SPDX-License-Identifier:	GPL-2.0+
9643cf0eaSIan Campbell#
10643cf0eaSIan Campbellobj-y	+= timer.o
11e6e505b9SAlexander Graf
1292369844SChen-Yu Tsaiobj-$(CONFIG_MACH_SUN6I)	+= tzpc.o
135823664fSChen-Yu Tsaiobj-$(CONFIG_MACH_SUN8I_H3)	+= tzpc.o
14cba69eeeSIan Campbell
15cba69eeeSIan Campbellifndef CONFIG_SPL_BUILD
16*4257f5f8SChen-Yu Tsaiobj-$(CONFIG_ARMV7_PSCI)	+= psci.o
17cba69eeeSIan Campbellendif
18cba69eeeSIan Campbell
19cba69eeeSIan Campbellifdef CONFIG_SPL_BUILD
20942cb0b6SSimon Glassobj-y	+= fel_utils.o
21cba69eeeSIan Campbellendif
22