Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit 942caa3

Browse files
authored
Merge pull request #35 from keqiaozhang/makedistfix
dist: fix make dist for topology M4
2 parents 02a9995 + 3dd17dc commit 942caa3

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

topology/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ EXTRA_DIST = \
6464
sof-hsw-rt5640.m4 \
6565
sof-apl-tdf8532.m4 \
6666
sof-apl-pcm512x.m4 \
67-
sof-glk-codec.m4
67+
sof-glk-codec.m4 \
68+
sof-icl-nocodec.tplg

topology/test/Makefile.am

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ clean-local:
2525

2626

2727
EXTRA_DIST = \
28-
test-capture-ssp.m4 \
29-
test-playback-ssp.m4 \
30-
test-tone-playback-ssp.m4 \
31-
test-ssp.m4 \
28+
test-capture.m4 \
29+
test-playback.m4 \
30+
test-tone-playback.m4 \
31+
test-all.m4 \
3232
tplg-build.sh

0 commit comments

Comments
 (0)