#!python # -*- coding: utf-8 -*- import os.path import os os.chdir(os.path.dirname(project.Path)) # set relative path from top proj proj_rel_dir = "" # call definition file common.Source("./def.py") # path src_abs_path = os.path.abspath(SRCDIR) # call common file common.Source(src_abs_path + "/arch/ccrx/configure_body.py")