mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Changed path and moved firmware files to alsa-firmware
This commit is contained in:
parent
7636037fd1
commit
a2f5768907
7 changed files with 8 additions and 24 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue