Makefile (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) | Makefile (dfad83cb7193effb6c853a5c7337ac2274a2e2fc) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the Linux/MIPS-specific parts of the memory manager. 4# 5 6obj-y += cache.o 7obj-y += context.o 8obj-y += extable.o --- 26 unchanged lines hidden (view full) --- 35obj-$(CONFIG_CPU_TX39XX) += c-tx39.o 36obj-$(CONFIG_CPU_CAVIUM_OCTEON) += c-octeon.o cex-oct.o tlb-r4k.o 37 38obj-$(CONFIG_IP22_CPU_SCACHE) += sc-ip22.o 39obj-$(CONFIG_R5000_CPU_SCACHE) += sc-r5k.o 40obj-$(CONFIG_RM7000_CPU_SCACHE) += sc-rm7k.o 41obj-$(CONFIG_MIPS_CPU_SCACHE) += sc-mips.o 42obj-$(CONFIG_SCACHE_DEBUGFS) += sc-debugfs.o | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the Linux/MIPS-specific parts of the memory manager. 4# 5 6obj-y += cache.o 7obj-y += context.o 8obj-y += extable.o --- 26 unchanged lines hidden (view full) --- 35obj-$(CONFIG_CPU_TX39XX) += c-tx39.o 36obj-$(CONFIG_CPU_CAVIUM_OCTEON) += c-octeon.o cex-oct.o tlb-r4k.o 37 38obj-$(CONFIG_IP22_CPU_SCACHE) += sc-ip22.o 39obj-$(CONFIG_R5000_CPU_SCACHE) += sc-r5k.o 40obj-$(CONFIG_RM7000_CPU_SCACHE) += sc-rm7k.o 41obj-$(CONFIG_MIPS_CPU_SCACHE) += sc-mips.o 42obj-$(CONFIG_SCACHE_DEBUGFS) += sc-debugfs.o |
43 44obj-$(CONFIG_DEBUG_VIRTUAL) += physaddr.o |
|