summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2011-05-19 10:21:33 +0200
committerRalf Baechle <ralf@linux-mips.org>2011-05-19 10:55:49 +0200
commit6f6c3c33c027f2c83d53e8562cd9daa73fe8108b (patch)
tree51cff15bb4f6e4f8263833c74aec6cda4782d4d5 /arch/mips/mm/Makefile
parentMIPS: Cleanup arch_get_unmapped_area (diff)
downloadlinux-6f6c3c33c027f2c83d53e8562cd9daa73fe8108b.tar.xz
linux-6f6c3c33c027f2c83d53e8562cd9daa73fe8108b.zip
MIPS: Move arch_get_unmapped_area and gang to new file.
It never really belonged into syscall.c and it's about to become well more complex. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/Makefile')
-rw-r--r--arch/mips/mm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/mm/Makefile b/arch/mips/mm/Makefile
index eb4463689faa..4d8c1623eee2 100644
--- a/arch/mips/mm/Makefile
+++ b/arch/mips/mm/Makefile
@@ -3,7 +3,8 @@
#
obj-y += cache.o dma-default.o extable.o fault.o \
- init.o tlbex.o tlbex-fault.o uasm.o page.o
+ init.o mmap.o tlbex.o tlbex-fault.o uasm.o \
+ page.o
obj-$(CONFIG_32BIT) += ioremap.o pgtable-32.o
obj-$(CONFIG_64BIT) += pgtable-64.o