mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
bak
This commit is contained in:
@@ -5,7 +5,7 @@ import shutil
|
||||
|
||||
import common
|
||||
|
||||
class LinuxComponent(common.Component):
|
||||
class LinuxComponent(common.BuildComponent):
|
||||
def add_parser_arguments(self, parser):
|
||||
parser.add_argument(
|
||||
'--config', default=[], action='append',
|
||||
@@ -146,4 +146,4 @@ Build the Linux kernel.
|
||||
return common.linux_build_dir
|
||||
|
||||
if __name__ == '__main__':
|
||||
LinuxComponent().build()
|
||||
LinuxComponent().main()
|
||||
|
||||
Reference in New Issue
Block a user