Skip to content

Commit d969e35

Browse files
committed
[cmds/cmd_menuconfig.py] --silent 命令增加生成 rtconfig 的功能
Signed-off-by: MurphyZhao <[email protected]>
1 parent 4b85bee commit d969e35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmds/cmd_menuconfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ def cmd(args):
194194
elif args.menuconfig_silent:
195195
if float(os_version) >= 6.2:
196196
os.system('kconfig-mconf Kconfig -n')
197+
mk_rtconfig(fn)
197198
else:
198199
if os.path.isfile(kconfig_win7_path):
199200
os.system('kconfig-mconf_win7 Kconfig -n')

0 commit comments

Comments
 (0)