]> git.alsa-project.org Git - alsa-firmware.git/commitdiff
Fix typo and fw path
authorTakashi Iwai <tiwai@suse.de>
Wed, 29 Dec 2004 13:04:15 +0000 (13:04 +0000)
committerTakashi Iwai <tiwai@suse.de>
Wed, 29 Dec 2004 13:04:15 +0000 (13:04 +0000)
Fixed the typo in Makefile.am.
The path of hotplug fw files are changed to the subdirectory ea/*.

echoaudio/Makefile.am

index df5d18e07b756ab127165a4eb0cef2ccdcf7538c..70c6875e7c16cc3866c3c51d0ef9ed769f8c23f3 100644 (file)
@@ -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