gem5: update to 1db7ecb4ce46e4ea525e6564032b4486c72c1c41

M5_PATH is not needed anymore, get rid of it!
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-02-13 00:00:01 +00:00
parent 47bb44ec5b
commit 17fba4a968
3 changed files with 13 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ https://github.com/cirosantilli/linux-kernel-module-cheat-regression#gem5-unit-t
def build(self):
build_dir = self.get_build_dir()
binaries_dir = os.path.join(self.env['gem5_system_dir'], 'binaries')
binaries_dir = self.env['gem5_system_binaries_dir']
disks_dir = os.path.join(self.env['gem5_system_dir'], 'disks')
os.makedirs(binaries_dir, exist_ok=True)
os.makedirs(disks_dir, exist_ok=True)