Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f225c867 authored by Greg Ungerer's avatar Greg Ungerer
Browse files

m68k: merge the mmu and non-mmu mm/Makefile



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: default avatarGreg Ungerer <gerg@uclinux.org>
parent 1bccc43c
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
ifdef CONFIG_MMU
include arch/m68k/mm/Makefile_mm
else
include arch/m68k/mm/Makefile_no
endif
#
# 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

arch/m68k/mm/Makefile_mm

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
#
# Makefile for the linux m68k-specific parts of the memory manager.
#

obj-y		:= cache.o init.o fault.o hwtest.o

obj-$(CONFIG_MMU_MOTOROLA)	+= kmap.o memory.o motorola.o
obj-$(CONFIG_MMU_SUN3)		+= sun3kmap.o sun3mmu.o

arch/m68k/mm/Makefile_no

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
#
# Makefile for the linux m68knommu specific parts of the memory manager.
#

obj-y += init.o