mtops.h is perfect now

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-05 00:00:00 +00:00
parent 1cc3ee8657
commit 8618025682
21 changed files with 313 additions and 202 deletions

View File

@@ -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()