]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/i386/mm/Makefile
Merge branch 'master' of /home/sam/kernel/linux-2.6/
[mirror_ubuntu-artful-kernel.git] / arch / i386 / mm / Makefile
CommitLineData
1da177e4
LT
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
05b79bdc 7obj-$(CONFIG_NUMA) += discontig.o
1da177e4
LT
8obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
9obj-$(CONFIG_HIGHMEM) += highmem.o
10obj-$(CONFIG_BOOT_IOREMAP) += boot_ioremap.o