move all builds to components

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-23 00:00:00 +00:00
parent b6ccceb344
commit 4cd9c533b8
11 changed files with 281 additions and 269 deletions

View File

@@ -99,4 +99,5 @@ class Gem5Component(common.Component):
def get_build_dir(self, args):
return common.gem5_build_dir
Gem5Component().build()
if __name__ == '__main__':
Gem5Component().build()