mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-26 07:00:10 -05:00
- added the firmware loader for digigram VX cards.
This commit is contained in:
parent
0a7d39663c
commit
47ce0c1fe1
21 changed files with 3534 additions and 1 deletions
18
vxloader/Makefile.am
Normal file
18
vxloader/Makefile.am
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# # Process this file with automake to produce Makefile.in.
|
||||
AUTOMAKE_OPTIONS = 1.3 foreign
|
||||
|
||||
CFLAGS = @CFLAGS@ -DDATAPATH=\"$(datadir)/vxloader\"
|
||||
|
||||
SUBDIRS = firmware
|
||||
|
||||
bin_PROGRAMS = vxloader
|
||||
|
||||
vxloader_SOURCES = vxloader.c
|
||||
|
||||
EXTRA_DIST = depcomp
|
||||
|
||||
alsa-dist: distdir
|
||||
@rm -rf ../distdir/vxloader
|
||||
@mkdir -p ../distdir/vxloader
|
||||
@cp -RLpv $(distdir)/* ../distdir/vxloader
|
||||
@rm -rf $(distdir)
|
||||
Loading…
Add table
Add a link
Reference in a new issue