diff --git a/wscript b/wscript index 9ff82b03b2..fe8adca026 100644 --- a/wscript +++ b/wscript @@ -1,6 +1,8 @@ #!/usr/bin/env python # encoding: utf-8 +from __future__ import print_function + import os.path import sys sys.path.insert(0, 'Tools/ardupilotwaf/') @@ -208,6 +210,9 @@ def collect_dirs_to_recurse(bld, globs, **kw): dirs.append(d.parent.relpath()) return dirs +def list_boards(ctx): + print(*BOARDS_NAMES) + def build(bld): # NOTE: Static library with vehicle set to UNKNOWN, shared by all # the tools and examples. This is the first step until the