]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: stm32: Drop superfluous Makefile entry for ecdsa_romapi.o
authorMarek Vasut <marex@denx.de>
Sun, 14 Apr 2024 18:38:31 +0000 (20:38 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 19 Apr 2024 09:32:18 +0000 (11:32 +0200)
The source file is in arch/arm/mach-stm32mp/ecdsa_romapi.c and not
in arch/arm/mach-stm32mp/stm32mp1/ecdsa_romapi.c . There are two
Makefile entries in each subdirectory. Drop the bogus one and keep
only the correct one, the one in arch/arm/mach-stm32mp/Makefile .

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/mach-stm32mp/stm32mp1/Makefile

index 857148747ef7a7a1df97b0a7de11473572380bf1..ebae50f66c981a738ec984ac457bf37a8c1ae8f5 100644 (file)
@@ -8,7 +8,6 @@ obj-y += cpu.o
 obj-$(CONFIG_STM32MP13X) += stm32mp13x.o
 obj-$(CONFIG_STM32MP15X) += stm32mp15x.o
 
-obj-$(CONFIG_STM32_ECDSA_VERIFY) += ecdsa_romapi.o
 ifdef CONFIG_SPL_BUILD
 obj-y += spl.o
 obj-y += tzc400.o