openwrtv3/target/linux/kirkwood/modules.mk
Lars-Peter Clausen a70e0d0665 Add kernel package for the mv_cesa crypto module
SVN-Revision: 22877
2010-09-03 01:03:22 +00:00

11 lines
308 B
Makefile

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