]> Git Repo - J-u-boot.git/blob - arch/arm/mach-stm32mp/Makefile
Merge tag v2023.07-rc4 into next
[J-u-boot.git] / arch / arm / mach-stm32mp / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (C) 2018, STMicroelectronics - All Rights Reserved
4 #
5
6 obj-y += cpu.o
7 obj-y += dram_init.o
8 obj-y += syscon.o
9 obj-y += bsec.o
10
11 obj-$(CONFIG_STM32MP13x) += stm32mp13x.o
12 obj-$(CONFIG_STM32MP15x) += stm32mp15x.o
13
14 obj-$(CONFIG_STM32_ECDSA_VERIFY) += ecdsa_romapi.o
15 ifdef CONFIG_SPL_BUILD
16 obj-y += spl.o
17 obj-y += tzc400.o
18 else
19 obj-y += cmd_stm32prog/
20 obj-$(CONFIG_CMD_STM32KEY) += cmd_stm32key.o
21 obj-$(CONFIG_ARMV7_PSCI) += psci.o
22 obj-$(CONFIG_TFABOOT) += boot_params.o
23 endif
24
25 obj-$(CONFIG_$(SPL_)STM32MP15_PWR) += pwr_regulator.o
26 obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o
This page took 0.028113 seconds and 4 git commands to generate.