mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
mtops.h is perfect now
This commit is contained in:
@@ -20,6 +20,9 @@ See also: https://github.com/cirosantilli/linux-kernel-module-cheat#host
|
||||
self.add_argument(
|
||||
'--make-args',
|
||||
default='',
|
||||
help='''
|
||||
Pass custom options to make.
|
||||
''',
|
||||
)
|
||||
self.add_argument(
|
||||
'--host',
|
||||
@@ -35,6 +38,7 @@ Place the modules on a separate magic directory from non --host builds.
|
||||
help='Which kernel modules to build. Default: build all',
|
||||
nargs='*',
|
||||
)
|
||||
self._add_argument('--force-rebuild')
|
||||
|
||||
def build(self):
|
||||
build_dir = self.get_build_dir()
|
||||
|
||||
Reference in New Issue
Block a user