swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 64291f7db5bd8150a74ad2036f1037e6a0428df2 authored by Linus Torvalds on 30 August 2015, 18:34:09 UTC
Linux 4.2
Tip revision: 64291f7
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