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