kernel: fix typo for tegra crypto-sha1 module
Fixes:e889489bed("kernel: build arm/neon-optimized sha1/512 modules") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commitf8f9d6901c)
This commit is contained in:
committed by
Hauke Mehrtens
parent
4408f7d564
commit
78fc12ddd0
@@ -874,7 +874,7 @@ define KernelPackage/crypto-sha1/octeon
|
|||||||
AUTOLOAD+=$(call AutoLoad,09,octeon-sha1)
|
AUTOLOAD+=$(call AutoLoad,09,octeon-sha1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
KernelPackage/crypto-sha1/tegra=$(KernelPakcage/crypto-sha1/arm)
|
KernelPackage/crypto-sha1/tegra=$(KernelPackage/crypto-sha1/arm)
|
||||||
|
|
||||||
define KernelPackage/crypto-sha1/mpc85xx
|
define KernelPackage/crypto-sha1/mpc85xx
|
||||||
FILES+=$(LINUX_DIR)/arch/powerpc/crypto/sha1-ppc-spe.ko
|
FILES+=$(LINUX_DIR)/arch/powerpc/crypto/sha1-ppc-spe.ko
|
||||||
|
|||||||
Reference in New Issue
Block a user