-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Kent Yoder
authored and
Benjamin Herrenschmidt
committed
May 16, 2012
1 parent
175e0e2
commit aef7b31
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |