blob: f59ced5ee1b1a5904328b4f8b4ee24903675b55c [file] [log] [blame]
Patrick Delaunay14d6a242018-05-17 15:24:05 +02001# SPDX-License-Identifier: GPL-2.0+
Patrick Delaunay85b53972018-03-12 10:46:10 +01002#
3# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
4#
Patrick Delaunay85b53972018-03-12 10:46:10 +01005
6obj-y += cpu.o
7obj-y += dram_init.o
Patrick Delaunay089d4352018-03-20 11:45:14 +01008obj-y += syscon.o
Patrick Delaunay85b53972018-03-12 10:46:10 +01009
Patrick Delaunay14d6a242018-05-17 15:24:05 +020010ifdef CONFIG_SPL_BUILD
11obj-y += spl.o
12else
13obj-y += bsec.o
14endif
Patrick Delaunaye0207372018-04-16 10:13:24 +020015obj-$(CONFIG_ARMV7_PSCI) += psci.o
Patrick Delaunayaa785312018-04-26 16:45:18 +020016obj-$(CONFIG_$(SPL_)DM_REGULATOR) += pwr_regulator.o