On 5/8/25 23:24, Johannes Krottmayer wrote: > Add 'stm32h7' subdirectory to main Makefile. > > 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/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/mach-stm32/Makefile b/arch/arm/mach-stm32/Makefile > index 03d535d8148..8af4943e542 100644 > --- a/arch/arm/mach-stm32/Makefile > +++ b/arch/arm/mach-stm32/Makefile > @@ -3,3 +3,5 @@ > # (C) Copyright 2000-2006 > # Wolfgang Denk, DENX Software Engineering, w...@denx.de. > obj-y += soc.o > + > +obj-$(CONFIG_STM32H7) += stm32h7/ Hi Johannes Why are you adding this ? arch/arm/mach-stm32/stm32h7 directory already exists, with a Kconfig allowing to build all other STM32H7xx based boards. Simply add new entry in this Kconfig for STM32H747. Drop this patch. Patrice
- U-Boot STM32H747i-DISCO support Johannes Krottmayer
- [PATCH 00/10] add STM32H747 discovery board Johannes Krottmayer
- Re: [PATCH 00/10] add STM32H747 discovery boa... Patrice CHOTARD
- [PATCH 02/10] arm: mach-stm32: stm32h7: add initi... Johannes Krottmayer
- [PATCH 05/10] board: st: add STM32H747 discovery ... Johannes Krottmayer
- Re: [PATCH 05/10] board: st: add STM32H747 di... Patrice CHOTARD
- [PATCH 04/10] arm: mach-stm32: add stm32h7 subdir... Johannes Krottmayer
- Re: [PATCH 04/10] arm: mach-stm32: add stm32h... Patrice CHOTARD
- [PATCH 06/10] configs: add STM32H747 discovery bo... Johannes Krottmayer
- Re: [PATCH 06/10] configs: add STM32H747 disc... Patrice CHOTARD
- [PATCH 08/10] arm: dts: add STM32H747 discovery b... Johannes Krottmayer
- Re: [PATCH 08/10] arm: dts: add STM32H747 dis... Patrice CHOTARD
- [PATCH 10/10] dts: upstream: arm: st: stm32h7-pin... Johannes Krottmayer
- Re: [PATCH 10/10] dts: upstream: arm: st: stm... Patrice CHOTARD
- [PATCH 09/10] dts: upstream: arm: st: add STM32H7... Johannes Krottmayer
- Re: [PATCH 09/10] dts: upstream: arm: st: add... Quentin Schulz
- Re: [PATCH 09/10] dts: upstream: arm: st:... Johannes Krottmayer
- [PATCH 03/10] arm: mach-stm32: stm32h7: add STM32... Johannes Krottmayer