mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
gem5: use a single build tree for all build types
gem5 already has different object names for each build type it seems, so let's just make sure that works and save some disk space.
This commit is contained in:
@@ -702,7 +702,7 @@ Incompatible archs are skipped.
|
||||
|
||||
# gem5
|
||||
if not env['_args_given']['gem5_build_dir']:
|
||||
env['gem5_build_dir'] = join(env['gem5_out_dir'], env['gem5_build_id'], env['gem5_build_type'])
|
||||
env['gem5_build_dir'] = join(env['gem5_out_dir'], env['gem5_build_id'])
|
||||
env['gem5_fake_iso'] = join(env['gem5_out_dir'], 'fake.iso')
|
||||
env['gem5_m5term'] = join(env['gem5_build_dir'], 'm5term')
|
||||
env['gem5_build_build_dir'] = join(env['gem5_build_dir'], 'build')
|
||||
|
||||
Reference in New Issue
Block a user