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