[Intel-gfx] [PATCH i-g-t 5/7] configure: include the skylake quick_dump files in EXTRA_DIST
Thomas Wood
thomas.wood at intel.com
Thu Oct 16 18:49:51 CEST 2014
Signed-off-by: Thomas Wood <thomas.wood at intel.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 9cdd202..03e856d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -201,7 +201,7 @@ fi
AM_CONDITIONAL(BUILD_TESTS, [test "x$BUILD_TESTS" = xyes])
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
QUICK_DUMP_EXTRA_DIST="$QUICK_DUMP_EXTRA_DIST $file `tr '\n' ' ' < tools/quick_dump/$file`"
done
--
2.1.0
More information about the Intel-gfx
mailing list