-
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.
yaml --- r: 250403 b: refs/heads/master c: f225c86 h: refs/heads/master i: 250401: 6ea3961 250399: 68f4b7e v: v3
- Loading branch information
Greg Ungerer
committed
May 24, 2011
1 parent
e83532f
commit c573b82
Showing
4 changed files
with
10 additions
and
19 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,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 1bccc43c1010f2ac88156c005fab6823569b0a39 | ||
refs/heads/master: f225c8675086b60d85264ef824568309163d79f8 |
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.