diff options
| -rw-r--r-- | target/linux/kirkwood/modules.mk | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/target/linux/kirkwood/modules.mk b/target/linux/kirkwood/modules.mk new file mode 100644 index 000000000..ed7fe883a --- /dev/null +++ b/target/linux/kirkwood/modules.mk @@ -0,0 +1,11 @@ + +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)) | 
