m68k: merge mmu and non-mmu arch Makefiles
authorGreg Ungerer <gerg@uclinux.org>
Tue, 21 Jun 2011 04:03:30 +0000 (14:03 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 18 Oct 2011 04:22:25 +0000 (14:22 +1000)
commit281eff5322fdb950a7dab722d15af811dda511d2
treea4430215ac0f1aaca8c68e89d5b1b7723ca6df2d
parent0e152d80507b75c00aac60f2ffc586360687cd52
m68k: merge mmu and non-mmu arch Makefiles

Most of the build logic is the same for the mmu and non-mmu m68k targets.
Merge the top level architecture Makefiles back into a single Makefile.

For the most part this is just adding the non-mmu processor types and
their specific cflags and other options into the mmu Makefile.

Note that all the BOARD setting logic that was in the non-mmu Makefile
is completely removed. It was no longer being used at all.

This has been build and run tested on ColdFire targets and ARAnyM.
It has been build tested on all the m68k defconfig targets using a
gcc-4.5.1 based toolchain.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
arch/m68k/Makefile
arch/m68k/Makefile_mm [deleted file]
arch/m68k/Makefile_no [deleted file]
arch/m68k/platform/68328/Makefile
arch/m68k/platform/68360/Makefile