mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
make gdb test automation even awesomer
This commit is contained in:
2
build
2
build
@@ -307,7 +307,7 @@ Extra args to pass to all scripts.
|
||||
'''
|
||||
)
|
||||
parser.add_argument('components', choices=list(name_to_component_map.keys()) + [[]], default=[], nargs='*', help='''\
|
||||
Which components to build.
|
||||
Which components to build. Default: qemu-buildroot
|
||||
'''.format(common.default_arch))
|
||||
common.add_dry_run_argument(parser)
|
||||
args = parser.parse_args()
|
||||
|
||||
Reference in New Issue
Block a user