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

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

Add xen and xen-common

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