Skip to content

Commit

Permalink
m68k: merge the mmu and non-mmu mm/Makefile
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer committed May 24, 2011
1 parent 1bccc43 commit f225c86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
14 changes: 9 additions & 5 deletions arch/m68k/mm/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
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
8 changes: 0 additions & 8 deletions arch/m68k/mm/Makefile_mm

This file was deleted.

5 changes: 0 additions & 5 deletions arch/m68k/mm/Makefile_no

This file was deleted.

0 comments on commit f225c86

Please sign in to comment.