1#! /bin/env python
2
3from aostools import Make
4
5# defconfig = Make(elf='yoc.elf', objcopy='generated/data/prim', objdump='yoc.asm')
6defconfig = Make(elf='aos.elf', objcopy='binary/ucloud_ai_demo@haas100.bin')
7
8Export('defconfig')
9
10defconfig.build_components()
11