1#! /bin/env python 2 3from aostools import Make 4 5defconfig = Make(elf='aos.elf', objcopy='binary/audio_demo@haas100.bin') 6 7Export('defconfig') 8 9defconfig.build_components() 10