1#! /bin/env python 2 3from aostools import Make 4 5defconfig = Make() 6 7Export('defconfig') 8 9defconfig.build_components() 10