[Sound-open-firmware] [PATCH] rimage: build: Fix make dist and version.
Liam Girdwood
liam.r.girdwood at linux.intel.com
Wed Jan 10 22:12:53 CET 2018
make dist will now include the topology files.
Signed-off-by: Liam Girdwood <liam.r.girdwood at linux.intel.com>
---
configure.ac | 6 +++++-
topology/Makefile.am | 15 ++++++++++++++-
topology/common/Makefile.am | 3 +++
topology/dsps/Makefile.am | 7 +++++++
topology/m4/Makefile.am | 3 +++
topology/sof/Makefile.am | 14 ++++++++++++++
topology/test/Makefile.am | 9 +++++++++
7 files changed, 55 insertions(+), 2 deletions(-)
create mode 100644 topology/common/Makefile.am
create mode 100644 topology/dsps/Makefile.am
create mode 100644 topology/m4/Makefile.am
create mode 100644 topology/sof/Makefile.am
diff --git a/configure.ac b/configure.ac
index 1b4f59b..8c65760 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.69])
-AC_INIT([rimage], [0.1])
+AC_INIT([sof-tools], [1.0.1])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([rimage/rimage.c])
AC_CONFIG_HEADERS([config.h])
@@ -17,6 +17,10 @@ AC_OUTPUT([
rimage/Makefile
rmbox/Makefile
topology/Makefile
+ topology/common/Makefile
+ topology/dsps/Makefile
+ topology/m4/Makefile
+ topology/sof/Makefile
topology/test/Makefile
])
diff --git a/topology/Makefile.am b/topology/Makefile.am
index 3cbc5e6..3b5a3a9 100644
--- a/topology/Makefile.am
+++ b/topology/Makefile.am
@@ -3,7 +3,7 @@
# Dependencies
#
-SUBDIRS = test
+SUBDIRS = test m4 sof common dsps
DEPS = \
dsps/*.m4 \
@@ -44,3 +44,16 @@ clean:
rm -f *.conf
rm -f *.tplg
+EXTRA_DIST = \
+ reef-cht-nocodec.m4 \
+ reef-cht-max98090.m4 \
+ reef-apl-nocodec.m4 \
+ reef-bxt-nocodec.m4 \
+ reef-byt-nocodec.m4 \
+ reef-bdw-rt286.m4 \
+ reef-bdw-rt5640.m4 \
+ reef-byt-rt5640.m4 \
+ reef-byt-rt5645.m4 \
+ reef-byt-rt5651.m4 \
+ reef-byt-da7212.m4 \
+ reef-hsw-rt5640.m4
diff --git a/topology/common/Makefile.am b/topology/common/Makefile.am
new file mode 100644
index 0000000..980f0ce
--- /dev/null
+++ b/topology/common/Makefile.am
@@ -0,0 +1,3 @@
+EXTRA_DIST = \
+ tlv.m4
+
diff --git a/topology/dsps/Makefile.am b/topology/dsps/Makefile.am
new file mode 100644
index 0000000..9bbade7
--- /dev/null
+++ b/topology/dsps/Makefile.am
@@ -0,0 +1,7 @@
+EXTRA_DIST = \
+ bdw.m4 \
+ bxt.m4 \
+ byt.m4 \
+ cht.m4 \
+ hsw.m4
+
diff --git a/topology/m4/Makefile.am b/topology/m4/Makefile.am
new file mode 100644
index 0000000..35b3f81
--- /dev/null
+++ b/topology/m4/Makefile.am
@@ -0,0 +1,3 @@
+EXTRA_DIST = \
+ build.m4 \
+ local.m4
diff --git a/topology/sof/Makefile.am b/topology/sof/Makefile.am
new file mode 100644
index 0000000..fc92591
--- /dev/null
+++ b/topology/sof/Makefile.am
@@ -0,0 +1,14 @@
+EXTRA_DIST = \
+ pipe-dai-capture.m4 \
+ pipe-dai-playback.m4 \
+ pipe-low-latency-capture.m4 \
+ pipe-low-latency-playback.m4 \
+ pipe-passthrough-capture.m4 \
+ pipe-passthrough-playback.m4 \
+ pipe-pcm-media.m4 \
+ pipe-src-capture.m4 \
+ pipe-src-playback.m4 \
+ pipe-tone.m4 \
+ pipe-volume-capture.m4 \
+ pipe-volume-playback.m4 \
+ tokens.m4
diff --git a/topology/test/Makefile.am b/topology/test/Makefile.am
index 7da075d..49f2240 100644
--- a/topology/test/Makefile.am
+++ b/topology/test/Makefile.am
@@ -3,6 +3,8 @@
# Dependencies
#
+
+
DEPS = \
../dsps/*.m4 \
../common/*.m4 \
@@ -18,3 +20,10 @@ all : *.m4 ${DEPS}
clean:
rm -f *.conf
rm -f *.tplg
+
+
+EXTRA_DIST = \
+ test-capture-ssp.m4 \
+ test-playback-ssp.m4 \
+ test-ssp.m4 \
+ tplg-build.sh
--
2.14.1
More information about the Sound-open-firmware
mailing list