Skip to content

Commit

Permalink
arch/tile: prefer "tilepro" as the name of the 32-bit architecture
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
cmetcalf-tilera committed May 25, 2011
1 parent 45e9683 commit 6738d32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 6738d32

Please sign in to comment.