Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 19 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1bccc43c1010f2ac88156c005fab6823569b0a39
refs/heads/master: f225c8675086b60d85264ef824568309163d79f8
14 changes: 9 additions & 5 deletions trunk/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 trunk/arch/m68k/mm/Makefile_mm

This file was deleted.

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

This file was deleted.

0 comments on commit c573b82

Please sign in to comment.