# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the Linux/Loongarch-specific parts of the memory manager.
#

obj-y				+= cache.o cex-gen.o extable.o fault.o \
				   gup.o init.o mmap.o page.o page-funcs.o \
				   pgtable.o tlbex.o tlbex-fault.o tlb-funcs.o \
				   tlb.o

obj-y				+= uasm-loongarch.o

obj-$(CONFIG_64BIT)		+= pgtable-64.o
obj-$(CONFIG_HUGETLB_PAGE)	+= hugetlbpage.o
