xref: /openbmc/u-boot/arch/arm/cpu/armv7/sunxi/Makefile (revision e8f80a5a)
1*83d290c5STom Rini# SPDX-License-Identifier: GPL-2.0+
2643cf0eaSIan Campbell#
3643cf0eaSIan Campbell# (C) Copyright 2012 Henrik Nordstrom <henrik@henriknordstrom.net>
4643cf0eaSIan Campbell#
5643cf0eaSIan Campbell# Based on some other Makefile
6643cf0eaSIan Campbell# (C) Copyright 2000-2003
7643cf0eaSIan Campbell# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
8643cf0eaSIan Campbellobj-y	+= timer.o
9e6e505b9SAlexander Graf
1092369844SChen-Yu Tsaiobj-$(CONFIG_MACH_SUN6I)	+= tzpc.o
115823664fSChen-Yu Tsaiobj-$(CONFIG_MACH_SUN8I_H3)	+= tzpc.o
12cba69eeeSIan Campbell
13cba69eeeSIan Campbellifndef CONFIG_SPL_BUILD
144257f5f8SChen-Yu Tsaiobj-$(CONFIG_ARMV7_PSCI)	+= psci.o
15cba69eeeSIan Campbellendif
16cba69eeeSIan Campbell
17cba69eeeSIan Campbellifdef CONFIG_SPL_BUILD
18942cb0b6SSimon Glassobj-y	+= fel_utils.o
19cba69eeeSIan Campbellendif
20