soft/topology/test/Makefile.am

21 lines
246 B
Makefile

#
# Dependencies
#
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