public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* [PATCH 00/11] m68knommu: remove ColdFire sub-architecture directories
@ 2012-05-02  1:08 gerg
  2012-05-02  1:08 ` [PATCH 01/11] m68knommu: move the 5206 platform code into the common ColdFire code directory gerg
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: gerg @ 2012-05-02  1:08 UTC (permalink / raw)
  To: linux-m68k, uclinux-dev


Currently the different ColdFire sub-archiectures are split up with a
directory for each family type. Most though only contain a small amount
of code, it just doesn't seem to make any sense to keep them separate.

Move all the ColdFire sub-architecture code into the platform/coldfire
directory, and remove the sub-architecture directories. We already build
the common ColdFire components based on sub-architecture type anyway,
so there is very little Makefile change required.

Overall we remove about 200 lines of duplicated Makefile code, and end
up with all the ColdFire specific code in a single directory.

---

 arch/m68k/Makefile                     |   10 ----------
 arch/m68k/platform/5206/Makefile       |   18 ------------------
 arch/m68k/platform/520x/Makefile       |   17 -----------------
 arch/m68k/platform/523x/Makefile       |   17 -----------------
 arch/m68k/platform/5249/Makefile       |   18 ------------------
 arch/m68k/platform/5272/Makefile       |   18 ------------------
 arch/m68k/platform/527x/Makefile       |   18 ------------------
 arch/m68k/platform/528x/Makefile       |   18 ------------------
 arch/m68k/platform/5307/Makefile       |   20 --------------------
 arch/m68k/platform/532x/Makefile       |   18 ------------------
 arch/m68k/platform/5407/Makefile       |   18 ------------------
 arch/m68k/platform/54xx/Makefile       |   19 -------------------
 arch/m68k/platform/coldfire/Makefile   |   24 ++++++++++++++----------
 b/arch/m68k/Makefile                   |    2 --
 b/arch/m68k/platform/coldfire/Makefile |    4 ++--
 b/arch/m68k/platform/coldfire/m5206.c  |    1 -
 b/arch/m68k/platform/coldfire/m520x.c  |    1 -
 b/arch/m68k/platform/coldfire/m523x.c  |    1 -
 b/arch/m68k/platform/coldfire/m5249.c  |    1 -
 b/arch/m68k/platform/coldfire/m5272.c  |    1 -
 b/arch/m68k/platform/coldfire/m527x.c  |    1 -
 b/arch/m68k/platform/coldfire/m528x.c  |    1 -
 b/arch/m68k/platform/coldfire/m532x.c  |    1 -
 b/arch/m68k/platform/coldfire/m5407.c  |    1 -
 b/arch/m68k/platform/coldfire/m54xx.c  |    1 -
 b/arch/m68k/platform/coldfire/nettel.c |    1 -
 26 files changed, 16 insertions(+), 234 deletions(-)

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2012-05-02 14:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-02  1:08 [PATCH 00/11] m68knommu: remove ColdFire sub-architecture directories gerg
2012-05-02  1:08 ` [PATCH 01/11] m68knommu: move the 5206 platform code into the common ColdFire code directory gerg
2012-05-02  1:08 ` [PATCH 02/11] m68knommu: move the 520x " gerg
2012-05-02  1:08 ` [PATCH 03/11] m68knommu: move the 523x " gerg
2012-05-02  1:08 ` [PATCH 04/11] m68knommu: move the 5249 " gerg
2012-05-02  1:09 ` [PATCH 05/11] m68knommu: move the 5272 " gerg
2012-05-02  1:09 ` [PATCH 06/11] m68knommu: move the 527x " gerg
2012-05-02  1:09 ` [PATCH 07/11] m68knommu: move the 528x " gerg
2012-05-02  1:09 ` [PATCH 08/11] m68knommu: move the 5307 " gerg
2012-05-02  1:09 ` [PATCH 09/11] m68knommu: move the 5407 " gerg
2012-05-02  1:09 ` [PATCH 10/11] m68knommu: move the 532x " gerg
2012-05-02  1:09 ` [PATCH 11/11] m68knommu: move the 54xx " gerg
2012-05-02  9:16 ` [PATCH 00/11] m68knommu: remove ColdFire sub-architecture directories Geert Uytterhoeven
2012-05-02  9:47   ` Greg Ungerer
2012-05-02  9:50 ` Luis Alves
2012-05-02 14:07   ` Greg Ungerer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox