Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af49d41e8c0e6649b3966470aa6319585144f8e8
refs/heads/master: 9c2019421511a1bc646981d55528334ae46464c0
2 changes: 1 addition & 1 deletion trunk/arch/i386/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ libs-y += arch/i386/lib/
core-y += arch/i386/kernel/ \
arch/i386/mm/ \
$(mcore-y)/ \
arch/i386/crypto/
arch/x86/crypto/
drivers-$(CONFIG_MATH_EMULATION) += arch/i386/math-emu/
drivers-$(CONFIG_PCI) += arch/i386/pci/
# must be linked after kernel/
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# i386/crypto/Makefile
# x86/crypto/Makefile
#
# Arch-specific CryptoAPI modules.
#
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/crypto/Makefile
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

0 comments on commit 575f658

Please sign in to comment.