1 # SPDX-License-Identifier: GPL-2.0 !! 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 for the Linux/LoongArch-specific pa << 4 # 3 # 5 4 6 obj-y += init.o cach !! 5 USE_STANDARD_AS_RULE := true 7 fault.o ior !! 6 EXTRA_AFLAGS := -ansi 8 page.o page << 9 7 10 obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage !! 8 O_TARGET := mm.o 11 obj-$(CONFIG_KASAN) += kasan_init. !! 9 obj-y := ultra.o fault.o init.o generic.o extable.o modutil.o 12 10 13 KASAN_SANITIZE_kasan_init.o := n !! 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.