Skip to content

Commit be636e2

Browse files
authored
Merge pull request #64 from zhaojuntao/fix-1214
[cmds/cmd_menuconfig.py] --silent 命令增加生成 rtconfig 的功能
2 parents 4b85bee + d969e35 commit be636e2

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)