Skip to content

Commit 5293ddd

Browse files
committed
[Tools] Remove menuconfig command in scons
1 parent 707cb34 commit 5293ddd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tools/building.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -291,16 +291,6 @@ def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = [
291291
LINKCOMSTR = 'LINK $TARGET'
292292
)
293293

294-
AddOption('--menuconfig',
295-
dest='menuconfig',
296-
action='store_true',
297-
default=False,
298-
help='do the system configuration')
299-
300-
if GetOption('menuconfig'):
301-
from menuconfig import config
302-
config()
303-
304294
# we need to seperate the variant_dir for BSPs and the kernels. BSPs could
305295
# have their own components etc. If they point to the same folder, SCons
306296
# would find the wrong source code to compile.

0 commit comments

Comments
 (0)