xref: /openbmc/u-boot/arch/arm/mach-stm32mp/Makefile (revision 9d466f2f)
1#
2# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
3#
4# SPDX-License-Identifier:	GPL-2.0+	BSD-3-Clause
5#
6
7obj-y += cpu.o
8obj-y += dram_init.o
9
10obj-$(CONFIG_SPL_BUILD) += spl.o
11