https://github.com/torvalds/linux
Raw File
Tip revision: 661e50bc853209e41a5c14a290ca4decc43cbfd1 authored by Linus Torvalds on 04 March 2018, 22:54:11 UTC
Linux 4.16-rc4
Tip revision: 661e50b
Makefile
#
# Makefile for the linux h8300-specific parts of the memory manager.
#

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