blob: e1684f5adb11e0f19a398496e47038dd924eada5 [file] [log] [blame]
Seth Jennings322cacc2012-07-19 09:42:38 -05001obj-$(CONFIG_CRYPTO_DEV_NX_ENCRYPT) += nx-crypto.o
Kent Yoderaef7b312012-04-12 05:39:26 +00002nx-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 Jennings0e16aaf2012-07-19 09:42:40 -050012
Dan Streetman3e648cb2015-05-28 16:21:31 -040013obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS) += nx-compress.o nx-compress-platform.o
Dan Streetman7011a122015-05-07 13:49:17 -040014obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o
Dan Streetman99182a422015-05-07 13:49:19 -040015obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o
Dan Streetmaned70b472015-05-07 13:49:21 -040016obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_CRYPTO) += nx-compress-crypto.o
Dan Streetman7011a122015-05-07 13:49:17 -040017nx-compress-objs := nx-842.o
Dan Streetman3e648cb2015-05-28 16:21:31 -040018nx-compress-platform-objs := nx-842-platform.o
Dan Streetman7011a122015-05-07 13:49:17 -040019nx-compress-pseries-objs := nx-842-pseries.o
Dan Streetman99182a422015-05-07 13:49:19 -040020nx-compress-powernv-objs := nx-842-powernv.o
Dan Streetmaned70b472015-05-07 13:49:21 -040021nx-compress-crypto-objs := nx-842-crypto.o