Searched refs:AUTO_CONF_PATH (Results 1 – 1 of 1) sorted by relevance
353 AUTO_CONF_PATH = 'include/config/auto.conf' variable817 self.config_autoconf = os.path.join(build_dir, AUTO_CONF_PATH)1180 cmd.append(AUTO_CONF_PATH)1189 with open(os.path.join(self.build_dir, AUTO_CONF_PATH)) as fd: