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 | |
Dan Streetman | 3e648cb | 2015-05-28 16:21:31 -0400 | [diff] [blame] | 13 | obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS) += nx-compress.o nx-compress-platform.o |
Dan Streetman | 7011a12 | 2015-05-07 13:49:17 -0400 | [diff] [blame] | 14 | obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o |
Dan Streetman | 99182a42 | 2015-05-07 13:49:19 -0400 | [diff] [blame] | 15 | obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o |
Dan Streetman | ed70b47 | 2015-05-07 13:49:21 -0400 | [diff] [blame] | 16 | obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_CRYPTO) += nx-compress-crypto.o |
Dan Streetman | 7011a12 | 2015-05-07 13:49:17 -0400 | [diff] [blame] | 17 | nx-compress-objs := nx-842.o |
Dan Streetman | 3e648cb | 2015-05-28 16:21:31 -0400 | [diff] [blame] | 18 | nx-compress-platform-objs := nx-842-platform.o |
Dan Streetman | 7011a12 | 2015-05-07 13:49:17 -0400 | [diff] [blame] | 19 | nx-compress-pseries-objs := nx-842-pseries.o |
Dan Streetman | 99182a42 | 2015-05-07 13:49:19 -0400 | [diff] [blame] | 20 | nx-compress-powernv-objs := nx-842-powernv.o |
Dan Streetman | ed70b47 | 2015-05-07 13:49:21 -0400 | [diff] [blame] | 21 | nx-compress-crypto-objs := nx-842-crypto.o |