xref: /openbmc/u-boot/board/st/stm32mp1/Makefile (revision 6744c0d6)
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