]> Git Repo - J-u-boot.git/blame - arch/arm/mach-stm32mp/Makefile
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
[J-u-boot.git] / arch / arm / mach-stm32mp / Makefile
CommitLineData
19f58992 1# SPDX-License-Identifier: GPL-2.0+
2514c2d0
PD
2#
3# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
4#
2514c2d0
PD
5
6obj-y += cpu.o
7obj-y += dram_init.o
e16750ff 8obj-y += syscon.o
95bd49a5 9obj-y += bsec.o
2514c2d0 10
960debbe 11obj-$(CONFIG_STM32MP13x) += stm32mp13x.o
6df271a7
PD
12obj-$(CONFIG_STM32MP15x) += stm32mp15x.o
13
19f58992
PD
14ifdef CONFIG_SPL_BUILD
15obj-y += spl.o
8d7f5edd 16obj-y += tzc400.o
ee870859 17obj-$(CONFIG_STM32_ECDSA_VERIFY) += ecdsa_romapi.o
19f58992 18else
5a05af87 19obj-y += cmd_stm32prog/
f4cb5d69 20obj-$(CONFIG_CMD_STM32KEY) += cmd_stm32key.o
41c79775 21obj-$(CONFIG_ARMV7_PSCI) += psci.o
4ac34522 22obj-$(CONFIG_TFABOOT) += boot_params.o
4d401e96
PD
23endif
24
741090c5 25obj-$(CONFIG_$(SPL_)STM32MP15_PWR) += pwr_regulator.o
05d36936 26obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o
This page took 0.126005 seconds and 4 git commands to generate.