2017-12-13 23:50:41 +08:00
|
|
|
|
|
|
|
#
|
|
|
|
# Dependencies
|
|
|
|
#
|
|
|
|
|
2018-05-05 02:04:49 +08:00
|
|
|
if XARGS
|
|
|
|
export USE_XARGS=yes
|
|
|
|
endif
|
2018-01-11 05:12:10 +08:00
|
|
|
|
2017-12-13 23:50:41 +08:00
|
|
|
DEPS = \
|
2018-06-25 14:42:07 +08:00
|
|
|
../platform/intel/*.m4 \
|
2017-12-13 23:50:41 +08:00
|
|
|
../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
|
|
|
|
|
2018-04-11 13:28:22 +08:00
|
|
|
clean-local:
|
2017-12-13 23:50:41 +08:00
|
|
|
rm -f *.conf
|
|
|
|
rm -f *.tplg
|
2018-01-11 05:12:10 +08:00
|
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2018-07-19 13:37:29 +08:00
|
|
|
test-capture.m4 \
|
|
|
|
test-playback.m4 \
|
|
|
|
test-tone-playback.m4 \
|
|
|
|
test-all.m4 \
|
2018-01-11 05:12:10 +08:00
|
|
|
tplg-build.sh
|