diff options
Diffstat (limited to 'arch/tile/mm/Makefile')
-rw-r--r-- | arch/tile/mm/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/tile/mm/Makefile b/arch/tile/mm/Makefile new file mode 100644 index 000000000000..e252aeddc17d --- /dev/null +++ b/arch/tile/mm/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | # | ||
2 | # Makefile for the linux tile-specific parts of the memory manager. | ||
3 | # | ||
4 | |||
5 | obj-y := init.o pgtable.o fault.o extable.o elf.o \ | ||
6 | mmap.o homecache.o migrate_$(BITS).o | ||
7 | |||
8 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o | ||
9 | obj-$(CONFIG_HIGHMEM) += highmem.o | ||