blob: c2085101685bb28199e38c6e91ea8668027795da [file] [log] [blame]
Ian Campbell49aeca32014-05-05 11:52:23 +01001#
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#
10obj-y += timer.o
Alexander Graf8dd84a72016-03-29 17:29:06 +020011
Chen-Yu Tsaifcc7b702015-08-25 10:49:19 +080012obj-$(CONFIG_MACH_SUN6I) += tzpc.o
Chen-Yu Tsai0932b632016-01-06 15:13:06 +080013obj-$(CONFIG_MACH_SUN8I_H3) += tzpc.o
Ian Campbell6efe3692014-05-05 11:52:26 +010014
15ifndef CONFIG_SPL_BUILD
Chen-Yu Tsai60e0b182016-06-07 10:54:34 +080016obj-$(CONFIG_ARMV7_PSCI) += psci.o
17obj-$(CONFIG_ARMV7_PSCI) += psci_head.o
Ian Campbell6efe3692014-05-05 11:52:26 +010018endif
19
20ifdef CONFIG_SPL_BUILD
Simon Glass5debe1f2015-02-07 10:47:30 -070021obj-y += fel_utils.o
Ian Campbell6efe3692014-05-05 11:52:26 +010022endif