xref: /openbmc/u-boot/arch/arm/mach-stm32mp/Makefile (revision 78a88f79)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
4#
5
6obj-y += cpu.o
7obj-y += dram_init.o
8obj-y += syscon.o
9
10ifdef CONFIG_SPL_BUILD
11obj-y += spl.o
12else
13obj-y += bsec.o
14endif
15obj-$(CONFIG_ARMV7_PSCI) += psci.o
16obj-$(CONFIG_$(SPL_)DM_REGULATOR) += pwr_regulator.o
17