blob: 5758d9816bbde1acde10763c32929d027b0fe0e4 [file] [log] [blame]
Marek Vasut19953732020-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
Patrick Delaunay918e9c32020-05-25 12:19:43 +020010obj-y += ../../st/common/stpmic1.o board.o
Patrick Delaunayec2933e2020-03-18 09:22:45 +010011
Patrick Delaunay939ba162020-03-18 09:22:44 +010012obj-$(CONFIG_SYS_MTDPARTS_RUNTIME) += ../../st/common/stm32mp_mtdparts.o
Patrick Delaunayec2933e2020-03-18 09:22:45 +010013obj-$(CONFIG_SET_DFU_ALT_INFO) += ../../st/common/stm32mp_dfu.o