Commit 1f768a03 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] m68k: arch/m68k/mm/Makefile cleanup

From: Geert Uytterhoeven <geert@linux-m68k.org>

Clean up arch/m68k/mm/Makefile logic
parent cc62c4f7
......@@ -4,8 +4,5 @@
obj-y := init.o fault.o hwtest.o
ifndef CONFIG_SUN3
obj-y += kmap.o memory.o motorola.o
else
obj-y += sun3kmap.o sun3mmu.o
endif
obj-$(CONFIG_MMU_MOTOROLA) += kmap.o memory.o motorola.o
obj-$(CONFIG_MMU_SUN3) += sun3kmap.o sun3mmu.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment