mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gem5: update to 1db7ecb4ce46e4ea525e6564032b4486c72c1c41
M5_PATH is not needed anymore, get rid of it!
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user