mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
make intro awesome
This commit is contained in:
@@ -10,11 +10,7 @@ import subprocess
|
||||
import common
|
||||
|
||||
parser = common.get_argparse()
|
||||
parser.add_argument(
|
||||
'-c', '--clean',
|
||||
help='Clean the build instead of building.',
|
||||
action='store_true',
|
||||
)
|
||||
common.add_build_arguments(parser)
|
||||
parser.add_argument(
|
||||
'extra_scons_args',
|
||||
default=[],
|
||||
|
||||
Reference in New Issue
Block a user