mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-23 09:56:02 +00:00
configure: fix issues when running outside the source tree
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
parent
ce0d34d73d
commit
c06016798c
@ -203,7 +203,7 @@ AC_DEFINE_UNQUOTED(TARGET_CPU_PLATFORM, ["$host_cpu"], [Target platform])
|
||||
|
||||
files="broadwell cherryview haswell ivybridge sandybridge valleyview skylake"
|
||||
for file in $files; do
|
||||
QUICK_DUMP_EXTRA_DIST="$QUICK_DUMP_EXTRA_DIST $file `tr '\n' ' ' < tools/quick_dump/$file`"
|
||||
QUICK_DUMP_EXTRA_DIST="$QUICK_DUMP_EXTRA_DIST $file `tr '\n' ' ' < $srcdir/tools/quick_dump/$file`"
|
||||
done
|
||||
AC_SUBST(QUICK_DUMP_EXTRA_DIST)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user