mvebu: fix build regression due to neon-asm ghash module
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 29 Feb 2020 12:57:09 +0000 (13:57 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 29 Feb 2020 13:14:08 +0000 (14:14 +0100)
commit632a7b29972f0176fb621090e2bbab46a710a24c
treee3e9d72c1a793b770494465572729d91611549da
parenta1383655cfaa71609d6236ae0fcf3b6047462b98
mvebu: fix build regression due to neon-asm ghash module

This patch fixes the regression caused by adding the NEON
variant of the ghash as the default ghash package package:

> ERROR: module '[...]/arch/arm/crypto/ghash-arm-ce.ko' is missing.
> modules/crypto.mk:286: recipe for target
>  '[...]/kmod-crypto-ghash_4.19.106-1_aarch64_cortex-a53.ipk' failed

This patch limits the scope to the ARM32/cortexa9 target of mvebu.

Fixes: 285df63efc70 ("kernel: build neon-asm version of ghash module")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
package/kernel/linux/modules/crypto.mk