allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / x86_64 / mm / Makefile
blobd25ac86fe27a93de7cf98eee014a5e90c1f5bfbc
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 mmap.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