162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for the linux m68k-specific parts of the memory manager. 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciobj-y := init.o 762306a36Sopenharmony_ci 862306a36Sopenharmony_ciobj-$(CONFIG_MMU) += cache.o fault.o 962306a36Sopenharmony_ciobj-$(CONFIG_MMU_MOTOROLA) += kmap.o memory.o motorola.o hwtest.o 1062306a36Sopenharmony_ciobj-$(CONFIG_MMU_SUN3) += sun3kmap.o sun3mmu.o hwtest.o 1162306a36Sopenharmony_ciobj-$(CONFIG_MMU_COLDFIRE) += kmap.o memory.o mcfmmu.o 1262306a36Sopenharmony_ci 13