Hash :
6239c287
Author :
Date :
2018-03-13T22:13:44
# Copyright (C) 2008, 2010, 2018 Anthony Green
# Make sure we look in the right place for the board description files.
if ![info exists boards_dir] {
set boards_dir {}
}
lappend boards_dir $::env(TRAVIS_BUILD_DIR)/.travis
verbose "Global Config File: target_triplet is $target_triplet" 2
global target_list
case "$target_triplet" in {
{ "moxie-elf" } {
set target_list "moxie-sim"
}
}