mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-01 22:58:48 -04: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
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
VERSION = 0.9.0rc7
|
||||
TOP = .
|
||||
SUBDIRS = ac3dec as10k1 envy24control sb16_csp seq sscape_ctl
|
||||
SUBDIRS = ac3dec as10k1 envy24control sb16_csp seq sscape_ctl vxloader
|
||||
|
||||
all:
|
||||
@for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile; cd ..; make -C $$i; done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue