blob: 3e975b366c432ee6b21e98962737744a078c1587 [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.
Alexander Graf8dd84a72016-03-29 17:29:06 +02008
Chen-Yu Tsaifcc7b702015-08-25 10:49:19 +08009obj-$(CONFIG_MACH_SUN6I) += tzpc.o
Chen-Yu Tsai0932b632016-01-06 15:13:06 +080010obj-$(CONFIG_MACH_SUN8I_H3) += tzpc.o
Ian Campbell6efe3692014-05-05 11:52:26 +010011
Andre Przywarab2774292022-01-23 00:28:43 +000012obj-$(CONFIG_MACH_SUN6I) += sram.o
13obj-$(CONFIG_MACH_SUN8I) += sram.o
14
Ian Campbell6efe3692014-05-05 11:52:26 +010015ifndef CONFIG_SPL_BUILD
Chen-Yu Tsai60e0b182016-06-07 10:54:34 +080016obj-$(CONFIG_ARMV7_PSCI) += psci.o
Ian Campbell6efe3692014-05-05 11:52:26 +010017endif
18
19ifdef CONFIG_SPL_BUILD
Simon Glass5debe1f2015-02-07 10:47:30 -070020obj-y += fel_utils.o
Ian Campbell6efe3692014-05-05 11:52:26 +010021endif