aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/mm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--arch/x86/mm/Makefile_64 (renamed from arch/x86_64/mm/Makefile_64)1
-rw-r--r--arch/x86_64/mm/Makefile5
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86_64/mm/Makefile_64 b/arch/x86/mm/Makefile_64
index 5c2883cad11b..6bcb47945b87 100644
--- a/arch/x86_64/mm/Makefile_64
+++ b/arch/x86/mm/Makefile_64
@@ -8,4 +8,3 @@ obj-$(CONFIG_NUMA) += numa_64.o
obj-$(CONFIG_K8_NUMA) += k8topology_64.o
obj-$(CONFIG_ACPI_NUMA) += srat_64.o
-hugetlbpage-y = ../../x86/mm/hugetlbpage.o
diff --git a/arch/x86_64/mm/Makefile b/arch/x86_64/mm/Makefile
deleted file mode 100644
index 7317648e6587..000000000000
--- a/arch/x86_64/mm/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/x86/mm/Makefile_32
-else
-include ${srctree}/arch/x86_64/mm/Makefile_64
-endif