diff options
Diffstat (limited to 'arch/hexagon/mm/Makefile')
-rw-r--r-- | arch/hexagon/mm/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/hexagon/mm/Makefile b/arch/hexagon/mm/Makefile new file mode 100644 index 000000000000..1a0be4d576e1 --- /dev/null +++ b/arch/hexagon/mm/Makefile | |||
@@ -0,0 +1,6 @@ | |||
1 | # | ||
2 | # Makefile for Hexagon memory management subsystem | ||
3 | # | ||
4 | |||
5 | obj-y := init.o pgalloc.o ioremap.o uaccess.o vm_fault.o cache.o | ||
6 | obj-y += copy_to_user.o copy_from_user.o strnlen_user.o vm_tlb.o | ||