mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 18:06:13 +00:00
configure: include the skylake quick_dump files in EXTRA_DIST
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
parent
d2595d7650
commit
48394471c5
@ -201,7 +201,7 @@ fi
|
|||||||
AM_CONDITIONAL(BUILD_TESTS, [test "x$BUILD_TESTS" = xyes])
|
AM_CONDITIONAL(BUILD_TESTS, [test "x$BUILD_TESTS" = xyes])
|
||||||
AC_DEFINE_UNQUOTED(TARGET_CPU_PLATFORM, ["$host_cpu"], [Target platform])
|
AC_DEFINE_UNQUOTED(TARGET_CPU_PLATFORM, ["$host_cpu"], [Target platform])
|
||||||
|
|
||||||
files="broadwell cherryview haswell ivybridge sandybridge valleyview"
|
files="broadwell cherryview haswell ivybridge sandybridge valleyview skylake"
|
||||||
for file in $files; do
|
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' ' ' < tools/quick_dump/$file`"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user