aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2011-05-25 15:24:00 -0400
committerChris Metcalf <cmetcalf@tilera.com>2011-05-25 15:24:00 -0400
commit6738d3210aabe3016a1b03cd98a7fc479c229197 (patch)
treeaeb7dcc2412f55244ecf3bde35036de3b6f5b0d3 /Makefile
parent45e9683e87b69328175df3a9e42039b9892ca47e (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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3dcca289976..cadf4cd595d 100644
--- 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