swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 101142c37be8e5af9b847860219217e6b958c739 authored by Linus Torvalds on 15 February 2008, 20:57:20 UTC
Linux 2.6.25-rc2
Tip revision: 101142c
Makefile_32
#
# Makefile for the linux i386-specific parts of the memory manager.
#

obj-y	:= init_32.o pgtable_32.o fault.o ioremap.o extable.o pageattr.o mmap.o

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