]> Git Repo - J-u-boot.git/blob - arch/arm/mach-stm32mp/Makefile
Merge tag 'u-boot-amlogic-20210727' of https://source.denx.de/u-boot/custodians/u...
[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 ifdef CONFIG_SPL_BUILD
12 obj-y += spl.o
13 obj-y += tzc400.o
14 else
15 obj-y += cmd_stm32prog/
16 obj-$(CONFIG_CMD_STM32KEY) += cmd_stm32key.o
17 obj-$(CONFIG_ARMV7_PSCI) += psci.o
18 obj-$(CONFIG_TFABOOT) += boot_params.o
19 endif
20
21 obj-$(CONFIG_$(SPL_)DM_REGULATOR) += pwr_regulator.o
22 obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o
This page took 0.02645 seconds and 4 git commands to generate.