Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933683AbYBAHqg (ORCPT ); Fri, 1 Feb 2008 02:46:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S935144AbYBAHjW (ORCPT ); Fri, 1 Feb 2008 02:39:22 -0500 Received: from rex.snapgear.com ([203.143.235.140]:48080 "EHLO snapgear.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S934726AbYBAHjR (ORCPT ); Fri, 1 Feb 2008 02:39:17 -0500 Date: Fri, 1 Feb 2008 17:37:56 +1000 From: Greg Ungerer Message-Id: <200802010737.m117bueB022713@goober> To: torvalds@linux-foundation.org Subject: [M68KNOMMU 06/06]: modify Makefiles to support common coldfire directory Cc: gerg@uclinux.org, linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4126 Lines: 107 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