From 3dd17dc01d4bf61465276b2ed0296881c63b6bc6 Mon Sep 17 00:00:00 2001 From: Zhang Keqiao Date: Thu, 19 Jul 2018 13:37:29 +0800 Subject: [PATCH] dist: fix make dist for topology M4 Signed-off-by: Zhang Keqiao --- topology/Makefile.am | 3 ++- topology/test/Makefile.am | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/topology/Makefile.am b/topology/Makefile.am index 9e65c90df..7284ee0fc 100644 --- a/topology/Makefile.am +++ b/topology/Makefile.am @@ -64,4 +64,5 @@ EXTRA_DIST = \ sof-hsw-rt5640.m4 \ sof-apl-tdf8532.m4 \ sof-apl-pcm512x.m4 \ - sof-glk-codec.m4 + sof-glk-codec.m4 \ + sof-icl-nocodec.tplg diff --git a/topology/test/Makefile.am b/topology/test/Makefile.am index e1894e0de..3a613e84a 100644 --- a/topology/test/Makefile.am +++ b/topology/test/Makefile.am @@ -25,8 +25,8 @@ clean-local: EXTRA_DIST = \ - test-capture-ssp.m4 \ - test-playback-ssp.m4 \ - test-tone-playback-ssp.m4 \ - test-ssp.m4 \ + test-capture.m4 \ + test-playback.m4 \ + test-tone-playback.m4 \ + test-all.m4 \ tplg-build.sh