diff --git a/wscript b/wscript index be84389ec2..f619dd1ad8 100644 --- a/wscript +++ b/wscript @@ -10,7 +10,9 @@ sys.path.insert(0, 'Tools/ardupilotwaf/') import ardupilotwaf import boards -from waflib import Build, ConfigSet, Context, Utils +from waflib import Build, ConfigSet, Configure, Context, Utils + +Configure.autoconfig = 'clobber' # TODO: implement a command 'waf help' that shows the basic tasks a # developer might want to do: e.g. how to configure a board, compile a