From: Takashi Iwai Date: Wed, 29 Dec 2004 13:04:15 +0000 (+0000) Subject: Fix typo and fw path X-Git-Tag: v1.0.8~3 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=865600fa39e60531c4b5d0dcb31bec1879adc909;p=alsa-firmware.git Fix typo and fw path Fixed the typo in Makefile.am. The path of hotplug fw files are changed to the subdirectory ea/*. --- diff --git a/echoaudio/Makefile.am b/echoaudio/Makefile.am index df5d18e..70c6875 100644 --- a/echoaudio/Makefile.am +++ b/echoaudio/Makefile.am @@ -1,6 +1,4 @@ # # Process this file with automake to produce Makefile.in. -MYNAME = echoaudio - firmware_files = loader_dsp.fw \ darla20_dsp.fw \ gina20_dsp.fw \ @@ -66,12 +64,12 @@ EXTRA_DIST = DSP/LoaderDSP.c \ CLEANFILES = $(firmware_files) fw_writer if USE_HOTPLUG -hotplugfwdir = @HOTPLUGFWDIR@ +hotplugfwdir = @HOTPLUGFWDIR@/ea hotplugfw_DATA = $(firmware_files) else hotplugfwdir = hotplugfw_DATA = endif -$(firmware_DATA): fw_writer +$(firmware_files): fw_writer ./fw_writer