mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
f225c86750
Its is trivial to megre the mmu and non-mmu arch/m68k/mm/Makefile's back into a single file. So do it. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
9 lines
242 B
Makefile
9 lines
242 B
Makefile
#
|
|
# Makefile for the linux m68k-specific parts of the memory manager.
|
|
#
|
|
|
|
obj-y := init.o
|
|
|
|
obj-$(CONFIG_MMU) += cache.o fault.o hwtest.o
|
|
obj-$(CONFIG_MMU_MOTOROLA) += kmap.o memory.o motorola.o
|
|
obj-$(CONFIG_MMU_SUN3) += sun3kmap.o sun3mmu.o
|