Skip to content

Commit

Permalink
x86_64: move crypto
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
KAGA-KOKO committed Oct 11, 2007
1 parent 9a163ed commit 987c75d
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion arch/x86/crypto/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/x86/crypto/Makefile_32
else
include ${srctree}/arch/x86_64/crypto/Makefile_64
include ${srctree}/arch/x86/crypto/Makefile_64
endif
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# x86_64/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 arch/x86_64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ head-y := arch/x86_64/kernel/head_64.o arch/x86_64/kernel/head64.o arch/x86_64/k
libs-y += arch/x86_64/lib/
core-y += arch/x86_64/kernel/ \
arch/x86_64/mm/ \
arch/x86_64/crypto/ \
arch/x86/crypto/ \
arch/x86_64/vdso/
core-$(CONFIG_IA32_EMULATION) += arch/x86_64/ia32/
drivers-$(CONFIG_PCI) += arch/x86_64/pci/
Expand Down
5 changes: 0 additions & 5 deletions arch/x86_64/crypto/Makefile

This file was deleted.

0 comments on commit 987c75d

Please sign in to comment.