summaryrefslogtreecommitdiff
path: root/arch/x86_64/mm/Makefile
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 09:16:08 (GMT)
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 09:16:08 (GMT)
commitde48b0466641eb505426a6a18eb0b5490f3e6571 (patch)
tree45a1e714f7ec151e5aec956f920a9b17249d38c3 /arch/x86_64/mm/Makefile
parentb9fe6ce1c0dd85b57f3e350b566c389d16681254 (diff)
downloadlinux-fsl-qoriq-de48b0466641eb505426a6a18eb0b5490f3e6571.tar.xz
x86_64: prepare shared mm/srat.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86_64/mm/Makefile')
-rw-r--r--arch/x86_64/mm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/mm/Makefile b/arch/x86_64/mm/Makefile
index d25ac86..f5fbb80 100644
--- a/arch/x86_64/mm/Makefile
+++ b/arch/x86_64/mm/Makefile
@@ -6,6 +6,6 @@ obj-y := init.o fault.o ioremap.o extable.o pageattr.o mmap.o
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
obj-$(CONFIG_NUMA) += numa.o
obj-$(CONFIG_K8_NUMA) += k8topology.o
-obj-$(CONFIG_ACPI_NUMA) += srat.o
+obj-$(CONFIG_ACPI_NUMA) += srat_64.o
hugetlbpage-y = ../../i386/mm/hugetlbpage.o