blob: 5ae1a536ff1ee57bb8f717cc37fb1598f054ecfc [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
7
Patrick Delaunay990e0572024-01-15 15:05:56 +01008obj-$(CONFIG_STM32MP13X) += stm32mp13x.o
Patrick Delaunay4c6fcbc2024-01-15 15:05:57 +01009obj-$(CONFIG_STM32MP15X) += stm32mp15x.o
Patrice Chotardd29531c2023-10-27 16:43:04 +020010
Simon Glass85ed77d2024-09-29 19:49:46 -060011ifdef CONFIG_XPL_BUILD
Patrice Chotardd29531c2023-10-27 16:43:04 +020012obj-y += spl.o
13obj-y += tzc400.o
14else
15obj-$(CONFIG_ARMV7_PSCI) += psci.o
16endif
17
18obj-$(CONFIG_$(SPL_)STM32MP15_PWR) += pwr_regulator.o
19obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o