mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
common: common_gem5_default_src_dir factor out
This commit is contained in:
2
common
2
common
@@ -122,7 +122,7 @@ common_setup() {
|
||||
if [ -n "$common_gem5_worktree" ]; then
|
||||
common_gem5_src_dir="${common_gem5_non_default_src_root_dir}/${common_gem5_worktree}"
|
||||
else
|
||||
common_gem5_src_dir="${common_root_dir}/gem5/gem5"
|
||||
common_gem5_src_dir="$common_gem5_default_src_dir"
|
||||
fi
|
||||
if "$common_gem5"; then
|
||||
common_exec="$common_gem5_exec"
|
||||
|
||||
Reference in New Issue
Block a user