https://github.com/torvalds/linux
Raw File
Tip revision: fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf authored by Linus Torvalds on 14 November 2021, 21:56:52 UTC
Linux 5.16-rc1
Tip revision: fa55b7d
Makefile
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the linux h8300-specific parts of the memory manager.
#

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