mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gem5: put m5 back in path, was in lkmc/bin/m5
It is a dilemma to do this or not, since all other test execs are not in /bin, but I'll go with "this is not just a random test program" for now. Let's see. Checkpointing: correctly sort fs.py checkpoints numerically, was only working previously due to coincidence.
This commit is contained in:
@@ -918,7 +918,7 @@ Incompatible archs are skipped.
|
||||
# Overlay.
|
||||
env['out_rootfs_overlay_dir'] = join(env['out_dir'], 'rootfs_overlay', env['arch'])
|
||||
env['out_rootfs_overlay_lkmc_dir'] = join(env['out_rootfs_overlay_dir'], env['repo_short_id'])
|
||||
env['out_rootfs_overlay_bin_dir'] = join(env['out_rootfs_overlay_lkmc_dir'], 'bin')
|
||||
env['out_rootfs_overlay_bin_dir'] = join(env['out_rootfs_overlay_dir'], 'bin')
|
||||
|
||||
# Baremetal.
|
||||
env['baremetal_source_dir'] = join(env['root_dir'], 'baremetal')
|
||||
|
||||
Reference in New Issue
Block a user