[PATCH] reorganize x86-64 NUMA and DISCONTIGMEM config options
[linux-2.6/verdex.git] / arch / x86_64 / mm / Makefile
blob1d232a87f113775aa4a13165400d73c4a39690ac
2 # Makefile for the linux x86_64-specific parts of the memory manager.
5 obj-y := init.o fault.o ioremap.o extable.o pageattr.o
6 obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
7 obj-$(CONFIG_NUMA) += numa.o
8 obj-$(CONFIG_K8_NUMA) += k8topology.o
9 obj-$(CONFIG_ACPI_NUMA) += srat.o
11 hugetlbpage-y = ../../i386/mm/hugetlbpage.o