https://github.com/torvalds/linux
Raw File
Tip revision: fa8410b355251fd30341662a40ac6b22d3e38468 authored by Linus Torvalds on 21 August 2016, 23:14:10 UTC
Linux 4.8-rc3
Tip revision: fa8410b
Makefile
#
# Makefile for the linux openrisc-specific parts of the memory manager.
#

obj-y	:= fault.o tlb.o init.o ioremap.o
back to top