提交 5293dddd 编写于 作者: B Bernard Xiong

[Tools] Remove menuconfig command in scons

上级 707cb347
......@@ -291,16 +291,6 @@ def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = [
LINKCOMSTR = 'LINK $TARGET'
)
AddOption('--menuconfig',
dest='menuconfig',
action='store_true',
default=False,
help='do the system configuration')
if GetOption('menuconfig'):
from menuconfig import config
config()
# we need to seperate the variant_dir for BSPs and the kernels. BSPs could
# have their own components etc. If they point to the same folder, SCons
# would find the wrong source code to compile.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册