blob: 1d40d6a18dca24f832e02cc5565b20a78cff0c0a [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Ian Campbell49aeca32014-05-05 11:52:23 +01002#
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.
Ian Campbell49aeca32014-05-05 11:52:23 +01008obj-y += timer.o
Alexander Graf8dd84a72016-03-29 17:29:06 +02009
Chen-Yu Tsaifcc7b702015-08-25 10:49:19 +080010obj-$(CONFIG_MACH_SUN6I) += tzpc.o
Chen-Yu Tsai0932b632016-01-06 15:13:06 +080011obj-$(CONFIG_MACH_SUN8I_H3) += tzpc.o
Ian Campbell6efe3692014-05-05 11:52:26 +010012
13ifndef CONFIG_SPL_BUILD
Chen-Yu Tsai60e0b182016-06-07 10:54:34 +080014obj-$(CONFIG_ARMV7_PSCI) += psci.o
Ian Campbell6efe3692014-05-05 11:52:26 +010015endif
16
17ifdef CONFIG_SPL_BUILD
Simon Glass5debe1f2015-02-07 10:47:30 -070018obj-y += fel_utils.o
Ian Campbell6efe3692014-05-05 11:52:26 +010019endif