Ley Foon Tan | 2fc8483 | 2014-11-06 15:20:19 +0800 | [diff] [blame^] | 1 | # |
2 | # Makefile for the Nios2-specific parts of the memory manager. | ||||
3 | # | ||||
4 | |||||
5 | obj-y += cacheflush.o | ||||
6 | obj-y += dma-mapping.o | ||||
7 | obj-y += extable.o | ||||
8 | obj-y += fault.o | ||||
9 | obj-y += init.o | ||||
10 | obj-y += ioremap.o | ||||
11 | obj-y += mmu_context.o | ||||
12 | obj-y += pgtable.o | ||||
13 | obj-y += tlb.o | ||||
14 | obj-y += uaccess.o |