mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-01 22:58:48 -04:00
added hdspconf and rmedigicontrol
This commit is contained in:
parent
79b0ba6680
commit
bb75acf88a
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -1,6 +1,7 @@
|
|||
VERSION = 0.9.4
|
||||
TOP = .
|
||||
SUBDIRS = ac3dec as10k1 envy24control sb16_csp seq sscape_ctl vxloader hdsploader
|
||||
SUBDIRS = ac3dec as10k1 envy24control hdsploader hdspconf \
|
||||
rmedigicontrol 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