arch/tile: prefer "tilepro" as the name of the 32-bit architecture
authorChris Metcalf <cmetcalf@tilera.com>
Wed, 25 May 2011 19:24:00 +0000 (15:24 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Wed, 25 May 2011 19:24:00 +0000 (15:24 -0400)
With this change, you can (and should) build with ARCH=tilepro for the
current 32-bit chips.  Building with ARCH=tile continues to work, but
we've renamed the defconfig file to tilepro_defconfig for consistency.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Makefile
arch/tile/configs/tilepro_defconfig [moved from arch/tile/configs/tile_defconfig with 100% similarity]

index 3dcca28..cadf4cd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -221,6 +221,9 @@ ifeq ($(ARCH),sh64)
 endif
 
 # Additional ARCH settings for tile
+ifeq ($(ARCH),tilepro)
+       SRCARCH := tile
+endif
 ifeq ($(ARCH),tilegx)
        SRCARCH := tile
 endif