Makefile_32 271 字节
Newer Older
T
Thomas Gleixner 已提交
1 2 3 4
#
# Makefile for the linux i386-specific parts of the memory manager.
#

H
Harvey Harrison 已提交
5
obj-y	:= init_32.o pgtable_32.o fault.o ioremap.o extable.o pageattr.o mmap.o
T
Thomas Gleixner 已提交
6 7 8 9

obj-$(CONFIG_NUMA) += discontig_32.o
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
obj-$(CONFIG_HIGHMEM) += highmem_32.o