xref: /openbmc/u-boot/board/st/stm32mp1/Makefile (revision 9c0e2f6e)
1#
2# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
3#
4# SPDX-License-Identifier:	GPL-2.0+	BSD-3-Clause
5#
6
7ifdef CONFIG_SPL_BUILD
8obj-y += spl.o
9else
10obj-y += stm32mp1.o
11endif
12
13obj-y += board.o
14