]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit97b6c77c20544b4d4bbd470a57822f1230aabb45
treed46943acb15b4ce04cc647be3284c597fb94724f
parent3242dd0ac91ea4fd9cf516f0d196a34ea23367de
ARM: stm32: Drop superfluous Makefile entry for ecdsa_romapi.o

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