#! /bin/env python from aostools import Make # default elf is out/@.elf, and default objcopy is out/@.bin # defconfig = Make(elf='out/@.elf', objcopy='out/@.bin') defconfig = Make() Export('defconfig') defconfig.build_components()