-
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: 65547 b: refs/heads/master c: 9c20194 h: refs/heads/master i: 65545: 11771aa 65543: 7d012e8 v: v3
- Loading branch information
Thomas Gleixner
committed
Oct 11, 2007
1 parent
bf2c675
commit 575f658
Showing
9 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: af49d41e8c0e6649b3966470aa6319585144f8e8 | ||
refs/heads/master: 9c2019421511a1bc646981d55528334ae46464c0 |
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
2 changes: 1 addition & 1 deletion
2
trunk/arch/i386/crypto/Makefile → trunk/arch/x86/crypto/Makefile
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,5 +1,5 @@ | ||
ifeq ($(CONFIG_X86_32),y) | ||
include ${srctree}/arch/i386/crypto/Makefile_32 | ||
include ${srctree}/arch/x86/crypto/Makefile_32 | ||
else | ||
include ${srctree}/arch/x86_64/crypto/Makefile_64 | ||
endif |
2 changes: 1 addition & 1 deletion
2
trunk/arch/i386/crypto/Makefile_32 → trunk/arch/x86/crypto/Makefile_32
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,5 +1,5 @@ | ||
# | ||
# i386/crypto/Makefile | ||
# x86/crypto/Makefile | ||
# | ||
# Arch-specific CryptoAPI modules. | ||
# | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,5 +1,5 @@ | ||
ifeq ($(CONFIG_X86_32),y) | ||
include ${srctree}/arch/i386/crypto/Makefile_32 | ||
include ${srctree}/arch/x86/crypto/Makefile_32 | ||
else | ||
include ${srctree}/arch/x86_64/crypto/Makefile_64 | ||
endif |