- added the firmware loader for digigram VX cards.

This commit is contained in:
Takashi Iwai 2003-02-18 16:22:22 +00:00
parent 0a7d39663c
commit 47ce0c1fe1
21 changed files with 3534 additions and 1 deletions

View file

@ -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