mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Make --host work for ./build-userland, ./build-dhrystone, etc. in addition to just ./build-modules
This commit is contained in:
@@ -23,14 +23,6 @@ See also: https://cirosantilli.com/linux-kernel-module-cheat#host
|
||||
default='',
|
||||
help='''
|
||||
Pass custom options to make.
|
||||
''',
|
||||
)
|
||||
self.add_argument(
|
||||
'--host',
|
||||
default=False,
|
||||
help='''\
|
||||
Build the Linux kernel modules against the host kernel.
|
||||
Place the modules on a separate magic directory from non --host builds.
|
||||
''',
|
||||
)
|
||||
self._add_argument('--force-rebuild')
|
||||
|
||||
Reference in New Issue
Block a user