Merge to Fedora kernel-2.6.17-1.2187_FC5 patched with stable patch-2.6.17.13-vs2...
[linux-2.6.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 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
10
11 hugetlbpage-y = ../../i386/mm/hugetlbpage.o
12
13 ifdef CONFIG_XEN
14 include $(srctree)/scripts/Makefile.xen
15
16 ioremap-y       += ../../i386/mm/ioremap-xen.o
17 hypervisor-y    += ../../i386/mm/hypervisor.o
18 obj-y           += hypervisor.o
19
20 obj-y := $(call cherrypickxen, $(obj-y))
21 endif