diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2011-05-25 15:24:00 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2011-05-25 15:24:00 -0400 |
commit | 6738d3210aabe3016a1b03cd98a7fc479c229197 (patch) | |
tree | aeb7dcc2412f55244ecf3bde35036de3b6f5b0d3 | |
parent | 45e9683e87b69328175df3a9e42039b9892ca47e (diff) |
arch/tile: prefer "tilepro" as the name of the 32-bit architecture
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>
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | arch/tile/configs/tilepro_defconfig (renamed from arch/tile/configs/tile_defconfig) | 0 |
2 files changed, 3 insertions, 0 deletions
@@ -221,6 +221,9 @@ ifeq ($(ARCH),sh64) | |||
221 | endif | 221 | endif |
222 | 222 | ||
223 | # Additional ARCH settings for tile | 223 | # Additional ARCH settings for tile |
224 | ifeq ($(ARCH),tilepro) | ||
225 | SRCARCH := tile | ||
226 | endif | ||
224 | ifeq ($(ARCH),tilegx) | 227 | ifeq ($(ARCH),tilegx) |
225 | SRCARCH := tile | 228 | SRCARCH := tile |
226 | endif | 229 | endif |
diff --git a/arch/tile/configs/tile_defconfig b/arch/tile/configs/tilepro_defconfig index f58dc362b944..f58dc362b944 100644 --- a/arch/tile/configs/tile_defconfig +++ b/arch/tile/configs/tilepro_defconfig | |||