summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Sun <yi.sun@intel.com>2015-03-05 11:25:11 +0800
committerYi Sun <yi.sun@intel.com>2015-03-05 11:25:11 +0800
commit2c81be3426f5de7401d3ca149ea9c7f869ab47ca (patch)
treece814bcf4e1556eac979abb553f0becb55d27750
parent0f86252735b596fd391b517194c3ec67e4e78612 (diff)
Fix some issue.HEADmaster
Signed-off-by: Yi Sun <yi.sun@intel.com>
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 8d81feb3..3e77f7d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -203,12 +203,6 @@ 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 skylake"
-for file in $files; do
- QUICK_DUMP_EXTRA_DIST="$QUICK_DUMP_EXTRA_DIST $file `tr '\n' ' ' < $srcdir/tools/quick_dump/$file`"
-done
-AC_SUBST(QUICK_DUMP_EXTRA_DIST)
-
AC_CONFIG_FILES([
Makefile
lib/Makefile