2017-12-13 23:50:41 +08:00
|
|
|
|
|
|
|
#
|
|
|
|
# Dependencies
|
|
|
|
#
|
|
|
|
|
2018-01-11 05:12:10 +08:00
|
|
|
|
|
|
|
|
2017-12-13 23:50:41 +08:00
|
|
|
DEPS = \
|
|
|
|
../dsps/*.m4 \
|
|
|
|
../common/*.m4 \
|
|
|
|
../m4/*.m4 \
|
|
|
|
../sof/*.m4
|
|
|
|
|
|
|
|
# Uncomment the following line if you want to debug conf files
|
|
|
|
.PRECIOUS: %.conf
|
|
|
|
|
|
|
|
all : *.m4 ${DEPS}
|
|
|
|
./tplg-build.sh
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -f *.conf
|
|
|
|
rm -f *.tplg
|
2018-01-11 05:12:10 +08:00
|
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
test-capture-ssp.m4 \
|
|
|
|
test-playback-ssp.m4 \
|
2018-04-10 15:07:29 +08:00
|
|
|
test-tone-playback-ssp.m4 \
|
2018-01-11 05:12:10 +08:00
|
|
|
test-ssp.m4 \
|
|
|
|
tplg-build.sh
|