From 48394471c58462fe3c245b27e730db7a8aedf29a Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Thu, 16 Oct 2014 14:23:24 +0100 Subject: configure: include the skylake quick_dump files in EXTRA_DIST Signed-off-by: Thomas Wood --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9cdd2026..03e856dd 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 -- cgit v1.2.3