source: trunk/packages/xen-3.1/xen-3.1/linux-2.6-xen-sparse/arch/x86_64/mm/Makefile @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 542 bytes
Line 
1#
2# Makefile for the linux x86_64-specific parts of the memory manager.
3#
4
5obj-y    := init.o fault.o ioremap.o extable.o pageattr.o mmap.o
6obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
7obj-$(CONFIG_NUMA) += numa.o
8obj-$(CONFIG_K8_NUMA) += k8topology.o
9obj-$(CONFIG_ACPI_NUMA) += srat.o
10
11hugetlbpage-y = ../../i386/mm/hugetlbpage.o
12
13ifdef CONFIG_XEN
14include $(srctree)/scripts/Makefile.xen
15
16ioremap-y       += ../../i386/mm/ioremap-xen.o
17hypervisor-y    += ../../i386/mm/hypervisor.o
18obj-y           += hypervisor.o
19
20obj-y := $(call cherrypickxen, $(obj-y))
21endif
Note: See TracBrowser for help on using the repository browser.