Changed path and moved firmware files to alsa-firmware

This commit is contained in:
Jaroslav Kysela 2003-11-25 15:52:09 +00:00
parent 7636037fd1
commit a2f5768907
7 changed files with 8 additions and 24 deletions

View file

@ -1,9 +1,9 @@
# # Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.3 foreign
AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware\"
MYNAME = mixartloader
SUBDIRS = firmware
AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\"
bin_PROGRAMS = mixartloader
@ -12,7 +12,7 @@ mixartloader_SOURCES = mixartloader.c
EXTRA_DIST = depcomp
alsa-dist: distdir
@rm -rf ../distdir/mixartloader
@mkdir -p ../distdir/mixartloader
@cp -RLpv $(distdir)/* ../distdir/mixartloader
@rm -rf ../distdir/$(MYNAME)
@mkdir -p ../distdir/$(MYNAME)
@cp -RLpv $(distdir)/* ../distdir/$(MYNAME)
@rm -rf $(distdir)

View file

@ -38,9 +38,9 @@ the post-install command. For example, add the following entry to
FILES
=====
The firmware binaries are installed on /usr/share/alsa/firmware
(or /usr/local/share/alsa/firmware, depending to the prefix option of
configure). There will be *.conf files, which define the dsp image
The firmware binaries are installed on /usr/share/alsa/firmware/mixartloader
(or /usr/local/share/alsa/firmware/mixartloader, depending to the prefix
option of configure). There will be *.conf files, which define the dsp image
files for each different card type.

View file

@ -1,10 +0,0 @@
cfg_files = miXart.conf \
miXart8AES.xlx \
miXart8.elf \
miXart8.xlx
EXTRA_DIST = $(cfg_files)
firmwaredir = $(datadir)/alsa/firmware
firmware_DATA = $(cfg_files)

View file

@ -1,6 +0,0 @@
# boot firmwares for digigram miXart cards
dsp0 miXart8.xlx
dsp1 miXart8.elf
dsp2 miXart8AES.xlx

Binary file not shown.

Binary file not shown.

Binary file not shown.