#!/usr/bin/env python
# encoding: utf-8
import ardupilotwaf
def build(bld):
ardupilotwaf.ap_program(
bld,
use='ap',
blddestdir='tools',
)