diff --git a/Makefile b/Makefile index 3dcca2899765..cadf4cd595d7 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 diff --git a/arch/tile/configs/tile_defconfig b/arch/tile/configs/tilepro_defconfig similarity index 100% rename from arch/tile/configs/tile_defconfig rename to arch/tile/configs/tilepro_defconfig