mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
added usx2yloader by Karsten Wiese <annabellesgarden@yahoo.de>.
This commit is contained in:
parent
131f9a23af
commit
b52baf89dd
9 changed files with 1271 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -1,7 +1,8 @@
|
|||
VERSION = 0.9.6
|
||||
TOP = .
|
||||
SUBDIRS = ac3dec as10k1 envy24control hdsploader hdspconf hdspmixer \
|
||||
mixartloader rmedigicontrol sb16_csp seq sscape_ctl vxloader
|
||||
mixartloader rmedigicontrol sb16_csp seq sscape_ctl usx2yloader \
|
||||
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