[PATCH 02/10] arm: mach-stm32: stm32h7: add initial Makefile
Patrice CHOTARD
patrice.chotard at foss.st.com
Tue May 27 15:00:16 CEST 2025
On 5/8/25 23:23, Johannes Krottmayer wrote:
> Add initial Makefile for the STM32H7 series:
>
> Currently it includes only one additional assembly source file
> which is required for the STM32H747I-DISCO board.
>
> Signed-off-by: Johannes Krottmayer <johannes at krotti42.com>
> Cc: Patrick Delaunay <patrick.delaunay at foss.st.com>
> Cc: Patrice Chotard <patrice.chotard at foss.st.com>
> ---
> arch/arm/mach-stm32/stm32h7/Makefile | 6 ++++++
> 1 file changed, 6 insertions(+)
> create mode 100644 arch/arm/mach-stm32/stm32h7/Makefile
>
> diff --git a/arch/arm/mach-stm32/stm32h7/Makefile b/arch/arm/mach-stm32/stm32h7/Makefile
> new file mode 100644
> index 00000000000..a70d4b445db
> --- /dev/null
> +++ b/arch/arm/mach-stm32/stm32h7/Makefile
> @@ -0,0 +1,6 @@
> +# SPDX-License-Identifier: GPL-2.0+
> +#
> +# (C) Copyright 2025
> +# Johannes Krottmayer <johannes at krotti42.com>
> +
> +obj-y += lowlevel.o
Hi Johannes
Reviewed-by: Patrice Chotard <patrice.chotard at foss.st.com>
Thanks
Patrice
More information about the U-Boot
mailing list