dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/m32r/mm/Makefile

13 lines
288 B
Makefile

#
# Makefile for the Linux M32R-specific parts of the memory manager.
#
ifdef CONFIG_MMU
obj-y := init.o fault.o mmu.o extable.o ioremap.o cache.o page.o
else
obj-y := init.o fault-nommu.o mmu.o extable.o ioremap-nommu.o cache.o page.o
endif
obj-$(CONFIG_DISCONTIGMEM) += discontig.o