mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-27 01:40:17 -05: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.
|
# # Process this file with automake to produce Makefile.in.
|
||||||
AUTOMAKE_OPTIONS = 1.3 foreign
|
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
|
bin_PROGRAMS = mixartloader
|
||||||
|
|
||||||
|
|
@ -12,7 +12,7 @@ mixartloader_SOURCES = mixartloader.c
|
||||||
EXTRA_DIST = depcomp
|
EXTRA_DIST = depcomp
|
||||||
|
|
||||||
alsa-dist: distdir
|
alsa-dist: distdir
|
||||||
@rm -rf ../distdir/mixartloader
|
@rm -rf ../distdir/$(MYNAME)
|
||||||
@mkdir -p ../distdir/mixartloader
|
@mkdir -p ../distdir/$(MYNAME)
|
||||||
@cp -RLpv $(distdir)/* ../distdir/mixartloader
|
@cp -RLpv $(distdir)/* ../distdir/$(MYNAME)
|
||||||
@rm -rf $(distdir)
|
@rm -rf $(distdir)
|
||||||
|
|
|
||||||
|
|
@ -38,9 +38,9 @@ the post-install command. For example, add the following entry to
|
||||||
FILES
|
FILES
|
||||||
=====
|
=====
|
||||||
|
|
||||||
The firmware binaries are installed on /usr/share/alsa/firmware
|
The firmware binaries are installed on /usr/share/alsa/firmware/mixartloader
|
||||||
(or /usr/local/share/alsa/firmware, depending to the prefix option of
|
(or /usr/local/share/alsa/firmware/mixartloader, depending to the prefix
|
||||||
configure). There will be *.conf files, which define the dsp image
|
option of configure). There will be *.conf files, which define the dsp image
|
||||||
files for each different card type.
|
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