Fix mv_cesa module dependencies and .ko file location Thanks KanjiMonster & Memphiz

SVN-Revision: 23145
This commit is contained in:
Lars-Peter Clausen 2010-09-28 16:32:08 +00:00
parent 1a0d7a3612
commit 8314ce02cc

View file

@ -2,10 +2,10 @@
define KernelPackage/crypto-mv_cesa
TITLE:=Marvell crypto engine
KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
FILES:=$(LINUX_DIR)/crypto/mv_cesa.ko
FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko
AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
SUBMENU:=Cryptographic API modules
DEPENDS:=kmod-crypto-core
DEPENDS:=kmod-crypto-core @TARGET_kirkwood
endef
$(eval $(call KernelPackage,crypto-mv_cesa))