-
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.
yaml --- r: 305900 b: refs/heads/master c: 8a63b19 h: refs/heads/master v: v3
- Loading branch information
Andreas Westin
authored and
Herbert Xu
committed
May 4, 2012
1 parent
528f9ae
commit f6555ab
Showing
7 changed files
with
2,441 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 2789c08fffeae270820dda5d096634aecc810af5 | ||
refs/heads/master: 8a63b1994c500d4825ee73dc71502deffe5b135b |
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
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 @@ | ||
# | ||
# Copyright (C) ST-Ericsson SA 2010 | ||
# Author: Shujuan Chen (shujuan.chen@stericsson.com) | ||
# License terms: GNU General Public License (GPL) version 2 | ||
# | ||
ifdef CONFIG_CRYPTO_DEV_UX500_DEBUG | ||
CFLAGS_hash_core.o := -DDEBUG -O0 | ||
endif | ||
|
||
obj-$(CONFIG_CRYPTO_DEV_UX500_HASH) += ux500_hash.o | ||
ux500_hash-objs := hash_core.o |
Oops, something went wrong.