#!/usr/bin/env python
# encoding: utf-8
def build(bld):
if bld.env.BOOTLOADER:
bld.ap_program(
use='ap',
program_groups='bootloader'
)