diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -221,6 +221,9 @@ ifeq ($(ARCH),sh64) | |||
221 | endif | 221 | endif |
222 | 222 | ||
223 | # Additional ARCH settings for tile | 223 | # Additional ARCH settings for tile |
224 | ifeq ($(ARCH),tilepro) | ||
225 | SRCARCH := tile | ||
226 | endif | ||
224 | ifeq ($(ARCH),tilegx) | 227 | ifeq ($(ARCH),tilegx) |
225 | SRCARCH := tile | 228 | SRCARCH := tile |
226 | endif | 229 | endif |