]>
Commit | Line | Data |
---|---|---|
19f58992 | 1 | # SPDX-License-Identifier: GPL-2.0+ |
2514c2d0 PD |
2 | # |
3 | # Copyright (C) 2018, STMicroelectronics - All Rights Reserved | |
4 | # | |
2514c2d0 PD |
5 | |
6 | obj-y += cpu.o | |
7 | obj-y += dram_init.o | |
e16750ff | 8 | obj-y += syscon.o |
95bd49a5 | 9 | obj-y += bsec.o |
2514c2d0 | 10 | |
960debbe | 11 | obj-$(CONFIG_STM32MP13x) += stm32mp13x.o |
6df271a7 PD |
12 | obj-$(CONFIG_STM32MP15x) += stm32mp15x.o |
13 | ||
19f58992 PD |
14 | ifdef CONFIG_SPL_BUILD |
15 | obj-y += spl.o | |
8d7f5edd | 16 | obj-y += tzc400.o |
ee870859 | 17 | obj-$(CONFIG_STM32_ECDSA_VERIFY) += ecdsa_romapi.o |
19f58992 | 18 | else |
5a05af87 | 19 | obj-y += cmd_stm32prog/ |
f4cb5d69 | 20 | obj-$(CONFIG_CMD_STM32KEY) += cmd_stm32key.o |
41c79775 | 21 | obj-$(CONFIG_ARMV7_PSCI) += psci.o |
4ac34522 | 22 | obj-$(CONFIG_TFABOOT) += boot_params.o |
4d401e96 PD |
23 | endif |
24 | ||
741090c5 | 25 | obj-$(CONFIG_$(SPL_)STM32MP15_PWR) += pwr_regulator.o |
05d36936 | 26 | obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o |