mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
bak
This commit is contained in:
@@ -7,7 +7,7 @@ import shutil
|
||||
|
||||
import common
|
||||
|
||||
class ModulesComponent(common.Component):
|
||||
class ModulesComponent(common.BuildComponent):
|
||||
def add_parser_arguments(self, parser):
|
||||
parser.add_argument(
|
||||
'--make-args',
|
||||
@@ -125,4 +125,4 @@ See also: https://github.com/cirosantilli/linux-kernel-module-cheat#host
|
||||
return os.path.join(common.kernel_modules_build_dir)
|
||||
|
||||
if __name__ == '__main__':
|
||||
ModulesComponent().build()
|
||||
ModulesComponent().main()
|
||||
|
||||
Reference in New Issue
Block a user