]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
m68knommu: modify Makefiles to support common coldfire directory
authorGreg Ungerer <gerg@snapgear.com>
Fri, 1 Feb 2008 07:37:56 +0000 (17:37 +1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Feb 2008 09:58:10 +0000 (20:58 +1100)
commit6d3867987b8eefd880246f7dab085fcbe348c4dd
tree4606e276d47e3b1c1860cc97686f364b1364d3a5
parent591091a15e22dc4ec30aa6fd5998be4e024b5c4c
m68knommu: modify Makefiles to support common coldfire directory

Modify Makefiles to support separate coldfire platform directory.

Currently the common ColdFire CPU family code sits in the
arch/m68knommu/platform/5307 directory. This is confusing, the files
containing this common code are in no way specific to the 5307 ColdFire.
Create an arch/m68knommu/platform/coldfire directory to contain this
common code. Other m68knommu CPU varients do not need use this code
though, so it doesn't make sense to move it to arch/m68knommu/kernel.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/m68knommu/Makefile
arch/m68knommu/platform/5307/Makefile
arch/m68knommu/platform/coldfire/Makefile [new file with mode: 0644]