]> Git Repo - J-u-boot.git/blame - board/st/stm32mp1/Makefile
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / board / st / stm32mp1 / Makefile
CommitLineData
4549e789 1# SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
f8598d98
PD
2#
3# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
4#
f8598d98 5
dac3ce97 6ifdef CONFIG_XPL_BUILD
f8598d98
PD
7obj-y += spl.o
8else
9obj-y += stm32mp1.o
10endif
c37a6684
PD
11
12obj-$(CONFIG_DEBUG_UART_BOARD_INIT) += debug_uart.o
This page took 0.329126 seconds and 4 git commands to generate.