[PATCH 02/10] arm: mach-stm32: stm32h7: add initial Makefile
Johannes Krottmayer
johannes at krotti42.com
Thu May 8 23:23:53 CEST 2025
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
--
2.39.5
More information about the U-Boot
mailing list