-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Greg Ungerer <gerg@uclinux.org>
- Loading branch information
Greg Ungerer
committed
May 24, 2011
1 parent
1bccc43
commit f225c86
Showing
3 changed files
with
9 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.