mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 21:14:27 +01:00
bak
This commit is contained in:
@@ -10,7 +10,7 @@ import re
|
||||
|
||||
import common
|
||||
|
||||
class BuildrootComponent(common.Component):
|
||||
class BuildrootComponent(common.BuildComponent):
|
||||
def add_parser_arguments(self, parser):
|
||||
parser.add_argument(
|
||||
'--build-linux', default=self._defaults['build_linux'], action='store_true',
|
||||
@@ -185,4 +185,4 @@ Run Linux on an emulator
|
||||
return os.path.relpath(abspath, common.buildroot_src_dir)
|
||||
|
||||
if __name__ == '__main__':
|
||||
BuildrootComponent().build()
|
||||
BuildrootComponent().main()
|
||||
|
||||
Reference in New Issue
Block a user