2017-07-06 23:52:14 +08:00
|
|
|
|
|
|
|
#
|
|
|
|
# Dependencies
|
|
|
|
#
|
|
|
|
|
2018-09-04 22:47:22 +08:00
|
|
|
SUBDIRS = m4 sof common platform
|
2017-12-13 23:50:41 +08:00
|
|
|
|
2017-07-06 23:52:14 +08:00
|
|
|
DEPS = \
|
2018-06-25 14:42:07 +08:00
|
|
|
platform/intel/*.m4 \
|
2018-06-25 15:04:27 +08:00
|
|
|
platform/common/*.m4 \
|
2017-07-06 23:52:14 +08:00
|
|
|
common/*.m4 \
|
|
|
|
m4/*.m4 \
|
|
|
|
sof/*.m4
|
|
|
|
|
|
|
|
#
|
|
|
|
# Machines
|
|
|
|
#
|
|
|
|
|
|
|
|
MACHINES = \
|
2018-04-13 21:47:25 +08:00
|
|
|
sof-cht-nocodec.tplg \
|
|
|
|
sof-cht-max98090.tplg \
|
2018-08-03 05:13:19 +08:00
|
|
|
sof-apl-hdmi.tplg \
|
2018-09-28 13:02:12 +08:00
|
|
|
sof-hda-generic.tplg \
|
2018-04-13 21:47:25 +08:00
|
|
|
sof-apl-nocodec.tplg \
|
|
|
|
sof-byt-nocodec.tplg \
|
|
|
|
sof-bdw-rt286.tplg \
|
|
|
|
sof-bdw-rt5640.tplg \
|
|
|
|
sof-byt-rt5640.tplg \
|
|
|
|
sof-byt-rt5645.tplg \
|
|
|
|
sof-byt-rt5651.tplg \
|
|
|
|
sof-byt-da7213.tplg \
|
|
|
|
sof-cnl-rt274.tplg \
|
|
|
|
sof-hsw-rt5640.tplg \
|
2018-06-29 18:05:23 +08:00
|
|
|
sof-apl-tdf8532.tplg \
|
2018-07-07 06:33:44 +08:00
|
|
|
sof-apl-pcm512x.tplg \
|
2018-09-27 09:02:47 +08:00
|
|
|
sof-apl-rt298.tplg \
|
2018-08-23 10:46:01 +08:00
|
|
|
sof-apl-wm8804.tplg \
|
2018-08-01 12:21:52 +08:00
|
|
|
sof-apl-da7219.tplg \
|
|
|
|
sof-glk-da7219.tplg \
|
2018-09-06 18:00:17 +08:00
|
|
|
sof-icl-nocodec.tplg \
|
|
|
|
sof-apl-eq-pcm512x.tplg
|
2017-07-06 23:52:14 +08:00
|
|
|
|
|
|
|
# Uncomment the following line if you want to debug conf files
|
|
|
|
.PRECIOUS: %.conf
|
|
|
|
|
|
|
|
%.conf : %.m4 ${DEPS}
|
2018-06-25 15:04:27 +08:00
|
|
|
m4 -I m4 -I common -I platform/common $< > $@
|
2017-07-06 23:52:14 +08:00
|
|
|
|
|
|
|
%.tplg : %.conf
|
|
|
|
alsatplg -v 1 -c $< -o $@
|
|
|
|
|
|
|
|
all: ${MACHINES}
|
|
|
|
|
2018-04-11 13:28:22 +08:00
|
|
|
clean-local:
|
2017-07-06 23:52:14 +08:00
|
|
|
rm -f *.conf
|
|
|
|
rm -f *.tplg
|
|
|
|
|
2018-01-11 05:12:10 +08:00
|
|
|
EXTRA_DIST = \
|
2018-04-13 21:47:25 +08:00
|
|
|
sof-cht-nocodec.m4 \
|
|
|
|
sof-cht-max98090.m4 \
|
2018-08-03 05:13:19 +08:00
|
|
|
sof-apl-hdmi.m4 \
|
2018-09-28 13:02:12 +08:00
|
|
|
sof-hda-generic.m4 \
|
2018-04-13 21:47:25 +08:00
|
|
|
sof-apl-nocodec.m4 \
|
|
|
|
sof-byt-nocodec.m4 \
|
|
|
|
sof-bdw-rt286.m4 \
|
|
|
|
sof-bdw-rt5640.m4 \
|
|
|
|
sof-byt-rt5640.m4 \
|
|
|
|
sof-byt-rt5645.m4 \
|
|
|
|
sof-byt-rt5651.m4 \
|
|
|
|
sof-byt-da7213.m4 \
|
|
|
|
sof-cnl-rt274.m4 \
|
|
|
|
sof-hsw-rt5640.m4 \
|
2018-06-29 18:05:23 +08:00
|
|
|
sof-apl-tdf8532.m4 \
|
2018-07-07 06:33:44 +08:00
|
|
|
sof-apl-pcm512x.m4 \
|
2018-09-27 09:02:47 +08:00
|
|
|
sof-apl-rt298.m4 \
|
2018-08-23 10:46:01 +08:00
|
|
|
sof-apl-wm8804.m4 \
|
2018-08-01 12:21:52 +08:00
|
|
|
sof-apl-da7219.m4 \
|
|
|
|
sof-glk-da7219.m4 \
|
2018-09-06 18:00:17 +08:00
|
|
|
sof-icl-nocodec.m4 \
|
|
|
|
sof-apl-eq-pcm512x.m4
|