Seth Jennings | 322cacc | 2012-07-19 09:42:38 -0500 | [diff] [blame] | 1 | obj-$(CONFIG_CRYPTO_DEV_NX_ENCRYPT) += nx-crypto.o |
Kent Yoder | aef7b31 | 2012-04-12 05:39:26 +0000 | [diff] [blame] | 2 | nx-crypto-objs := nx.o \ |
3 | nx_debugfs.o \ | ||||
4 | nx-aes-cbc.o \ | ||||
5 | nx-aes-ecb.o \ | ||||
6 | nx-aes-gcm.o \ | ||||
7 | nx-aes-ccm.o \ | ||||
8 | nx-aes-ctr.o \ | ||||
9 | nx-aes-xcbc.o \ | ||||
10 | nx-sha256.o \ | ||||
11 | nx-sha512.o | ||||
Seth Jennings | 0e16aaf | 2012-07-19 09:42:40 -0500 | [diff] [blame] | 12 | |
13 | obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS) += nx-compress.o | ||||
14 | nx-compress-objs := nx-842.o |