dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Chris Metcalf 2011-05-25 15:24:00 -04:00
parent 45e9683e87
commit 6738d3210a
2 changed files with 3 additions and 0 deletions

View File

@ -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