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>
This commit is contained in:

committed by
Benjamin Herrenschmidt

parent
175e0e2346
commit
aef7b31c88
11
drivers/crypto/nx/Makefile
Normal file
11
drivers/crypto/nx/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
obj-$(CONFIG_CRYPTO_DEV_NX) += nx-crypto.o
|
||||
nx-crypto-objs := nx.o \
|
||||
nx_debugfs.o \
|
||||
nx-aes-cbc.o \
|
||||
nx-aes-ecb.o \
|
||||
nx-aes-gcm.o \
|
||||
nx-aes-ccm.o \
|
||||
nx-aes-ctr.o \
|
||||
nx-aes-xcbc.o \
|
||||
nx-sha256.o \
|
||||
nx-sha512.o
|
Reference in New Issue
Block a user