From 5293dddd0007f461ba111c0c9bbe2a4103a89514 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Mon, 6 Nov 2017 14:01:48 +0800 Subject: [PATCH] [Tools] Remove menuconfig command in scons --- tools/building.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tools/building.py b/tools/building.py index cbb69d3dc1..ff8f289e13 100644 --- a/tools/building.py +++ b/tools/building.py @@ -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. -- GitLab