浏览代码

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>
Chris Metcalf 14 年之前
父节点
当前提交
6738d3210a
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Makefile
  2. 0 0
      arch/tile/configs/tilepro_defconfig

+ 3 - 0
Makefile

@@ -221,6 +221,9 @@ ifeq ($(ARCH),sh64)
 endif
 endif
 
 
 # Additional ARCH settings for tile
 # Additional ARCH settings for tile
+ifeq ($(ARCH),tilepro)
+       SRCARCH := tile
+endif
 ifeq ($(ARCH),tilegx)
 ifeq ($(ARCH),tilegx)
        SRCARCH := tile
        SRCARCH := tile
 endif
 endif

+ 0 - 0
arch/tile/configs/tile_defconfig → arch/tile/configs/tilepro_defconfig