blob: 1f4ada3ac70d16abad783d30c5b86de6b27aacc1 [file] [log] [blame]
Patrice Chotardd29531c2023-10-27 16:43:04 +02001# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
4#
5
6obj-y += cpu.o
Lionel Debieve11985d12025-04-01 15:14:09 +02007obj-y += etzpc.o
Patrice Chotardd29531c2023-10-27 16:43:04 +02008
Patrick Delaunay990e0572024-01-15 15:05:56 +01009obj-$(CONFIG_STM32MP13X) += stm32mp13x.o
Patrick Delaunay4c6fcbc2024-01-15 15:05:57 +010010obj-$(CONFIG_STM32MP15X) += stm32mp15x.o
Patrice Chotardd29531c2023-10-27 16:43:04 +020011
Simon Glass85ed77d2024-09-29 19:49:46 -060012ifdef CONFIG_XPL_BUILD
Patrice Chotardd29531c2023-10-27 16:43:04 +020013obj-y += spl.o
14obj-y += tzc400.o
15else
16obj-$(CONFIG_ARMV7_PSCI) += psci.o
17endif
18
Tom Riniab4bd302025-04-01 16:55:23 -060019obj-$(CONFIG_$(PHASE_)STM32MP15_PWR) += pwr_regulator.o
Patrice Chotardd29531c2023-10-27 16:43:04 +020020obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o