1# 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 11 12obj-$(CONFIG_MACH_SUN6I) += tzpc.o 13obj-$(CONFIG_MACH_SUN8I_H3) += tzpc.o 14 15ifndef CONFIG_SPL_BUILD 16obj-$(CONFIG_ARMV7_PSCI) += psci.o 17endif 18 19ifdef CONFIG_SPL_BUILD 20obj-y += fel_utils.o 21endif 22