mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
userland: make --host awesome
This commit is contained in:
@@ -19,7 +19,10 @@ class ModulesComponent(common.Component):
|
||||
'--host',
|
||||
action='store_true',
|
||||
default=False,
|
||||
help='Build the Linux kernel modules for the host instead of guest',
|
||||
help='''\
|
||||
Build the Linux kernel modules for the host instead of guest.
|
||||
Use the host packaged cross toolchain.
|
||||
''',
|
||||
)
|
||||
parser.add_argument(
|
||||
'kernel_modules',
|
||||
|
||||
Reference in New Issue
Block a user