initial commit with v2.6.9
[linux-2.6.9-moxart.git] / arch / x86_64 / mm / Makefile
blob14bbe9e778780d1eec1984ffa38e3988168407d6
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_DISCONTIGMEM) += numa.o
8 obj-$(CONFIG_K8_NUMA) += k8topology.o
10 hugetlbpage-y = ../../i386/mm/hugetlbpage.o