This patch fixes a stupid typo that prevents a very important peice of
firmware from being installed.
Signed-off-by: Giuliano Pochini <pochini@shiny.it>
# # Process this file with automake to produce Makefile.in.
firmware_files = \
+ loader_dsp.fw \
darla20_dsp.fw \
gina20_dsp.fw \
layla20_dsp.fw \
endif
$(firmware_files): fw_writer
+ ./fw_writer DSP/LoaderDSP.c loader_dsp.fw
./fw_writer DSP/Darla20DSP.c darla20_dsp.fw
./fw_writer DSP/Gina20DSP.c gina20_dsp.fw
./fw_writer DSP/Layla20DSP.c layla20_dsp.fw