aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mm/Makefile')
-rw-r--r--arch/x86/mm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/mm/Makefile b/arch/x86/mm/Makefile
index 8e81660604bc..28632f42ca66 100644
--- a/arch/x86/mm/Makefile
+++ b/arch/x86/mm/Makefile
@@ -12,4 +12,5 @@ else
12obj-$(CONFIG_NUMA) += numa_64.o 12obj-$(CONFIG_NUMA) += numa_64.o
13obj-$(CONFIG_K8_NUMA) += k8topology_64.o 13obj-$(CONFIG_K8_NUMA) += k8topology_64.o
14obj-$(CONFIG_ACPI_NUMA) += srat_64.o 14obj-$(CONFIG_ACPI_NUMA) += srat_64.o
15obj-$(CONFIG_X86_PTDUMP) += dump_pagetables.o
15endif 16endif