blob: c77a1e3a84f42501d96221ceb9a67a3e7c3f2b7d [file] [log] [blame]
Marek Vasut5ff05292020-01-24 18:39:16 +01001# SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
2#
3# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
4#
5
6ifdef CONFIG_SPL_BUILD
7obj-y += ../../st/stm32mp1/spl.o
8endif
9
10obj-y += ../../st/stm32mp1/board.o board.o
Patrick Delaunaydaa5f012020-03-18 09:22:44 +010011obj-$(CONFIG_SYS_MTDPARTS_RUNTIME) += ../../st/common/stm32mp_mtdparts.o