Signed-off-by: Jaroslav Kysela <perex@perex.cz>
--- /dev/null
+#
+# Compile and install the firmware files to /lib/firmware tree
+# Requires the alsatplg tool (alsa-utils)
+#
+
+FWPATH ?= /lib/firmware
+
+targets = $(FWPATH)/skl_hda_dsp_generic-tplg.bin
+
+all: firmware
+
+$(FWPATH)/skl_hda_dsp_generic-tplg.bin: topology/hda-dsp/skl_hda_dsp_generic-tplg.conf
+ alsatplg -c $< -o $@
+
+.DUMMY: firmware
+firmware: $(targets)
# alsa-topology-conf
ALSA topology configuration files
+
+Use 'make firmware' to compile and install the topology files
+to the /lib/firmware tree.