Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
[linux-2.6-block.git] / arch / m32r / mm / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for the Linux M32R-specific parts of the memory manager.
4#
5
6ifdef CONFIG_MMU
7obj-y := init.o fault.o mmu.o extable.o ioremap.o cache.o page.o
8else
9obj-y := init.o fault-nommu.o mmu.o extable.o ioremap-nommu.o cache.o page.o
10endif
11
12obj-$(CONFIG_DISCONTIGMEM) += discontig.o
13