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 <johan...@krotti42.com> Cc: Patrick Delaunay <patrick.delau...@foss.st.com> Cc: Patrice Chotard <patrice.chot...@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 <johan...@krotti42.com> + +obj-y += lowlevel.o -- 2.39.5