aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3dcca2899765..cadf4cd595d7 100644
--- a/Makefile
+++ b/Makefile
@@ -221,6 +221,9 @@ ifeq ($(ARCH),sh64)
221endif 221endif
222 222
223# Additional ARCH settings for tile 223# Additional ARCH settings for tile
224ifeq ($(ARCH),tilepro)
225 SRCARCH := tile
226endif
224ifeq ($(ARCH),tilegx) 227ifeq ($(ARCH),tilegx)
225 SRCARCH := tile 228 SRCARCH := tile
226endif 229endif