]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/ia64/mm/Makefile
Linux-2.6.12-rc2
[net-next-2.6.git] / arch / ia64 / mm / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the ia64-specific parts of the memory manager.
3#
4
5obj-y := init.o fault.o tlb.o extable.o
6
7obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
8obj-$(CONFIG_NUMA) += numa.o
9obj-$(CONFIG_DISCONTIGMEM) += discontig.o
10ifndef CONFIG_DISCONTIGMEM
11obj-y += contig.o
12endif