]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - arch/mips/mm/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / arch / mips / mm / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for the Linux/MIPS-specific parts of the memory manager.
4#
5
9a88cbb5 6obj-y += cache.o dma-default.o extable.o fault.o \
c0226306 7 gup.o init.o mmap.o page.o page-funcs.o \
814f91bf 8 pgtable.o tlbex.o tlbex-fault.o tlb-funcs.o
c441d4a5
MR
9
10ifdef CONFIG_CPU_MICROMIPS
11obj-y += uasm-micromips.o
12else
13obj-y += uasm-mips.o
14endif
1da177e4 15
875d43e7
RB
16obj-$(CONFIG_32BIT) += ioremap.o pgtable-32.o
17obj-$(CONFIG_64BIT) += pgtable-64.o
1da177e4 18obj-$(CONFIG_HIGHMEM) += highmem.o
50a41ff2 19obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
1da177e4 20
62cedc4f 21obj-$(CONFIG_CPU_R4K_CACHE_TLB) += c-r4k.o cex-gen.o tlb-r4k.o
fb2a27e7 22obj-$(CONFIG_CPU_R3000) += c-r3k.o tlb-r3k.o
fb2a27e7 23obj-$(CONFIG_CPU_R8000) += c-r4k.o cex-gen.o tlb-r8k.o
fb2a27e7
TS
24obj-$(CONFIG_CPU_SB1) += c-r4k.o cerr-sb1.o cex-sb1.o tlb-r4k.o
25obj-$(CONFIG_CPU_TX39XX) += c-tx39.o tlb-r3k.o
70342287 26obj-$(CONFIG_CPU_CAVIUM_OCTEON) += c-octeon.o cex-oct.o tlb-r4k.o
1da177e4
LT
27
28obj-$(CONFIG_IP22_CPU_SCACHE) += sc-ip22.o
70342287
RB
29obj-$(CONFIG_R5000_CPU_SCACHE) += sc-r5k.o
30obj-$(CONFIG_RM7000_CPU_SCACHE) += sc-rm7k.o
9318c51a 31obj-$(CONFIG_MIPS_CPU_SCACHE) += sc-mips.o
d478b088 32obj-$(CONFIG_SCACHE_DEBUGFS) += sc-debugfs.o