提交 ce54828e 编写于 作者: W weety

Support generation of kconfig configuration files compatible with C tools.

上级 d344ff5a
...@@ -1010,7 +1010,7 @@ class MenuConfig(object): ...@@ -1010,7 +1010,7 @@ class MenuConfig(object):
print('Saving config: \'{}\''.format(path)) print('Saving config: \'{}\''.format(path))
# Try to save config to selected path # Try to save config to selected path
try: try:
self.kconfig.write_config(path) self.kconfig.write_config(path, header="#\n# Automatically generated file; DO NOT EDIT.\n")
self.unsaved_changes = False self.unsaved_changes = False
self.config_path = path self.config_path = path
self.set_status_string('Saved config') self.set_status_string('Saved config')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册