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