mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-30 05:24:25 +01:00
bak
This commit is contained in:
@@ -6,7 +6,7 @@ import subprocess
|
||||
|
||||
import common
|
||||
|
||||
class Gem5Component(common.Component):
|
||||
class Gem5Component(common.BuildComponent):
|
||||
def add_parser_arguments(self, parser):
|
||||
parser.add_argument(
|
||||
'extra_scons_args',
|
||||
@@ -110,4 +110,4 @@ class Gem5Component(common.Component):
|
||||
return common.gem5_build_dir
|
||||
|
||||
if __name__ == '__main__':
|
||||
Gem5Component().build()
|
||||
Gem5Component().main()
|
||||
|
||||
Reference in New Issue
Block a user