This commit was generated by cvs2svn to compensate for changes in r925,
[linux-2.6.git] / arch / xen / x86_64 / mm / Makefile
1 #
2 # Makefile for the linux x86_64-specific parts of the memory manager.
3 #
4
5 XENARCH := $(subst ",,$(CONFIG_XENARCH))
6
7 CFLAGS  += -Iarch/$(XENARCH)/mm
8
9 obj-y   := init.o fault.o ioremap.o pageattr.o hypervisor.o
10 c-obj-y := extable.o
11
12 #obj-y   := init.o fault.o ioremap.o extable.o pageattr.o
13 #c-obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
14 c-obj-$(CONFIG_DISCONTIGMEM) += numa.o
15 c-obj-$(CONFIG_K8_NUMA) += k8topology.o
16
17 hugetlbpage-y = ../../../i386/mm/hugetlbpage.o
18
19 c-link  :=
20
21 $(patsubst %.o,$(obj)/%.c,$(c-obj-y) $(c-link)):
22         @ln -fsn $(srctree)/arch/x86_64/mm/$(notdir $@) $@
23
24 obj-y   += $(c-obj-y)
25
26 clean-files += $(patsubst %.o,%.c,$(c-obj-y) $(c-obj-) $(c-link))