Add 'stm32h7' subdirectory to main Makefile. Signed-off-by: Johannes Krottmayer <[email protected]> Cc: Patrick Delaunay <[email protected]> Cc: Patrice Chotard <[email protected]> --- 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, [email protected]. obj-y += soc.o + +obj-$(CONFIG_STM32H7) += stm32h7/ -- 2.39.5

