swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 74bf8efb5fa6e958d2d7c7917b8bb672085ec0c6 authored by Linus Torvalds on 28 December 2015, 02:17:37 UTC
Linux 4.4-rc7
Tip revision: 74bf8ef
Makefile
#
# Makefile for the Nios2-specific parts of the memory manager.
#

obj-y	+= cacheflush.o
obj-y	+= dma-mapping.o
obj-y	+= extable.o
obj-y	+= fault.o
obj-y	+= init.o
obj-y	+= ioremap.o
obj-y	+= mmu_context.o
obj-y	+= pgtable.o
obj-y	+= tlb.o
obj-y	+= uaccess.o
back to top