#
# Makefile for the linux i386-specific parts of the memory manager.
#

export-objs := pageattr.o

obj-y	 := init.o fault.o ioremap.o extable.o modutil.o pageattr.o
