diff options
author | Kent Yoder <key@linux.vnet.ibm.com> | 2012-04-12 01:39:26 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-05-16 01:05:45 -0400 |
commit | aef7b31c8833e7dd79c2320f6d0433861a6d3653 (patch) | |
tree | 7496b008b36d01adf21463096116254e8352f6e3 /drivers/crypto/nx/Makefile | |
parent | 175e0e23466185a861339796efc5b51958a48dc1 (diff) |
powerpc/crypto: Build files for the nx device driver
These files support configuring and building the nx device driver.
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/crypto/nx/Makefile')
-rw-r--r-- | drivers/crypto/nx/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/crypto/nx/Makefile b/drivers/crypto/nx/Makefile new file mode 100644 index 00000000000..411ce59c80d --- /dev/null +++ b/drivers/crypto/nx/Makefile | |||
@@ -0,0 +1,11 @@ | |||
1 | obj-$(CONFIG_CRYPTO_DEV_NX) += nx-crypto.o | ||
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 | ||