summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r--extra/Configs/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index deb165a8e..fcaa1a7fa 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -40,6 +40,7 @@ choice
default TARGET_sh if DESIRED_TARGET_ARCH = "sh"
default TARGET_sparc if DESIRED_TARGET_ARCH = "sparc"
default TARGET_sparc64 if DESIRED_TARGET_ARCH = "sparc64"
+ default TARGET_tile if DESIRED_TARGET_ARCH = "tile"
default TARGET_x86_64 if DESIRED_TARGET_ARCH = "x86_64"
default TARGET_xtensa if DESIRED_TARGET_ARCH = "xtensa"
help
@@ -125,6 +126,9 @@ config TARGET_sparc
config TARGET_sparc64
bool "sparc64"
+config TARGET_tile
+ bool "tile"
+
config TARGET_x86_64
bool "x86_64"
@@ -232,6 +236,10 @@ if TARGET_sparc64
source "extra/Configs/Config.sparc64"
endif
+if TARGET_tile
+source "extra/Configs/Config.tile"
+endif
+
if TARGET_x86_64
source "extra/Configs/Config.x86_64"
endif