configure: include the skylake quick_dump files in EXTRA_DIST

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood 2014-10-16 14:23:24 +01:00
parent d2595d7650
commit 48394471c5

View File

@ -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