immortalwrt/target/linux/ramips/files/drivers/crypto/mtk-eip93/Makefile

8 lines
238 B
Makefile
Raw Normal View History

2021-11-07 19:06:02 +08:00
obj-$(CONFIG_CRYPTO_DEV_EIP93) += crypto-hw-eip93.o
crypto-hw-eip93-y += eip93-main.o eip93-common.o
crypto-hw-eip93-$(CONFIG_CRYPTO_DEV_EIP93_SKCIPHER) += eip93-cipher.o
crypto-hw-eip93-$(CONFIG_CRYPTO_DEV_EIP93_AEAD) += eip93-aead.o