Searched refs:append_fn (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/tools/buildman/ |
H A D | kconfiglib.py | 2512 def _make_conf(self, append_fn): argument 2524 append_fn("{0}{1}={2}".format(self.config.config_prefix, self.name, val) 2529 append_fn("{0}{1}={2}".format(self.config.config_prefix, self.name, val)) 2533 append_fn('{0}{1}="{2}"' 2708 def _make_conf(self, append_fn): argument 2711 append_fn("\n#\n# {0}\n#".format(self.title)) 2712 _make_block_conf(self.block, append_fn) 3000 def _make_conf(self, append_fn): argument 3001 _make_block_conf(self.block, append_fn) 3088 def _make_conf(self, append_fn): argument [all …]
|