From 7caa8b6ebdc22f2d84eec066fc96701399a271c1 Mon Sep 17 00:00:00 2001 From: Giuliano Pochini Date: Wed, 6 Sep 2006 12:10:32 +0200 Subject: [PATCH] echoaudio, fix typo This patch fixes a stupid typo that prevents a very important peice of firmware from being installed. Signed-off-by: Giuliano Pochini --- echoaudio/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/echoaudio/Makefile.am b/echoaudio/Makefile.am index c51db4f..afb954d 100644 --- a/echoaudio/Makefile.am +++ b/echoaudio/Makefile.am @@ -1,5 +1,6 @@ # # Process this file with automake to produce Makefile.in. firmware_files = \ + loader_dsp.fw \ darla20_dsp.fw \ gina20_dsp.fw \ layla20_dsp.fw \ @@ -70,6 +71,7 @@ hotplugfw_DATA = 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 -- 2.47.1