]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/x86_64/mm/Makefile
Linux-2.6.12-rc2
[mirror_ubuntu-artful-kernel.git] / arch / x86_64 / mm / Makefile
1 #
2 # Makefile for the linux x86_64-specific parts of the memory manager.
3 #
4
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
9 obj-$(CONFIG_ACPI_NUMA) += srat.o
10
11 hugetlbpage-y = ../../i386/mm/hugetlbpage.o