6 lines
185 B
Makefile
6 lines
185 B
Makefile
obj-$(CONFIG_CRYPTO_DEV_EIP93) += crypto-hw-eip93.o
|
|
|
|
crypto-hw-eip93-y += eip93-main.o eip93-common.o
|
|
crypto-hw-eip93-y += eip93-cipher.o eip93-aead.o
|
|
crypto-hw-eip93-y += eip93-hash.o
|