summaryrefslogtreecommitdiffstats
path: root/arch/x86_64/crypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/crypto/Makefile')
-rw-r--r--arch/x86_64/crypto/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86_64/crypto/Makefile b/arch/x86_64/crypto/Makefile
deleted file mode 100644
index b1bcf7c63028..000000000000
--- a/arch/x86_64/crypto/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/x86/crypto/Makefile_32
-else
-include ${srctree}/arch/x86_64/crypto/Makefile_64
-endif