xref: /openbmc/u-boot/board/st/stm32mp1/Makefile (revision f8c987f8f127f867d96ca74bcd1fcb11d8265b67)
1# 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 += spl.o
8else
9obj-y += stm32mp1.o
10endif
11
12obj-y += board.o
13