https://github.com/torvalds/linux
Raw File
Tip revision: bc33b0ca11e3df467777a4fa7639ba488c9d4911 authored by Linus Torvalds on 05 November 2016, 23:23:36 UTC
Linux 4.9-rc4
Tip revision: bc33b0c
Makefile
#
# Makefile for the linux h8300-specific parts of the memory manager.
#

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