summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-10-16 14:23:24 +0100
committerThomas Wood <thomas.wood@intel.com>2014-10-17 15:34:44 +0100
commit48394471c58462fe3c245b27e730db7a8aedf29a (patch)
tree0ee2a8629e761c1bbd92b7607e3513b7380e00a0 /configure.ac
parentd2595d765008ddc0cb6fa7ac4c8a4ecf45c6268e (diff)
configure: include the skylake quick_dump files in EXTRA_DIST
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9cdd20267..03e856dd7 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