1#! /bin/env python
2
3from aostools import Make
4
5# default elf is out/<solution>@<board>.elf, and default objcopy is out/<solution>@<board>.bin
6# defconfig = Make(elf='out/<solution>@<board>.elf', objcopy='out/<solution>@<board>.bin')
7defconfig = Make()
8
9Export('defconfig')
10
11defconfig.build_components()
12