1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00
openwrt/target/linux/kirkwood/modules.mk
2010-09-28 16:32:08 +00:00

12 lines
333 B
Makefile

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