1 # SPDX-License-Identifier: GPL-2.0-only !! 1 # $Id: Makefile,v 1.8 2000/12/14 22:57:25 davem Exp $ 2 # !! 2 # Makefile for the linux Sparc64-specific parts of the memory manager. 3 # Makefile << 4 # 3 # 5 4 6 obj-y := consistent.o init.o pgtable.o mmu_con !! 5 USE_STANDARD_AS_RULE := true >> 6 EXTRA_AFLAGS := -ansi >> 7 >> 8 O_TARGET := mm.o >> 9 obj-y := ultra.o fault.o init.o generic.o extable.o modutil.o >> 10 >> 11 include $(TOPDIR)/Rules.make
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.