xref: /openbmc/linux/arch/csky/mm/Makefile (revision 8dd06ef34b6e2f41b29fbf5fc1663780f2524285)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2c32e64e8SGuo Renifeq ($(CONFIG_CPU_HAS_CACHEV2),y)
3c32e64e8SGuo Renobj-y +=			cachev2.o
4*359ae00dSGuo RenCFLAGS_REMOVE_cachev2.o = $(CC_FLAGS_FTRACE)
5c32e64e8SGuo Renelse
6c32e64e8SGuo Renobj-y +=			cachev1.o
7*359ae00dSGuo RenCFLAGS_REMOVE_cachev1.o = $(CC_FLAGS_FTRACE)
8c32e64e8SGuo Renendif
9c32e64e8SGuo Ren
10c32e64e8SGuo Renobj-y +=			dma-mapping.o
11c32e64e8SGuo Renobj-y +=			fault.o
12c32e64e8SGuo Renobj-$(CONFIG_HIGHMEM) +=	highmem.o
13c32e64e8SGuo Renobj-y +=			init.o
14c32e64e8SGuo Renobj-y +=			ioremap.o
15c32e64e8SGuo Renobj-y +=			syscache.o
16c32e64e8SGuo Renobj-y +=			tlb.o
17a231b883SGuo Renobj-y +=			asid.o
1822d55f02SGuo Renobj-y +=			context.o
19f525bb2cSGuo Renobj-$(CONFIG_HAVE_TCM) +=	tcm.o
20