1# 2# Makefile for the Nios2-specific parts of the memory manager. 3# 4 5obj-y += cacheflush.o 6obj-y += dma-mapping.o 7obj-y += extable.o 8obj-y += fault.o 9obj-y += init.o 10obj-y += ioremap.o 11obj-y += mmu_context.o 12obj-y += pgtable.o 13obj-y += tlb.o 14obj-y += uaccess.o 15