On mer, 2003-06-04 at 17:17, Takashi Iwai wrote:
> At Wed, 04 Jun 2003 17:57:32 +0200 (CEST),
>
> wouldn't it better to put another Makefile in sub directories?

Sure. I followed the instrutions you wrote here a couple of months ago.
When I do cvscompile --with-cards=powermac,echoaudio[...] it stops here:

make  -C echoaudio fastdep
make[2]: Entering directory
`/home/Giu/tttttt/alsa-driver-0.9.4/pci/echoaudio'
/home/Giu/tttttt/alsa-driver-0.9.4/include/sndversions.h was not updated
make[2]: *** No rule to make target `GenericDriver/OsSupportLinux.c',
needed by `fastdep'.  Stop.
make[2]: Leaving directory
`/home/Giu/tttttt/alsa-driver-0.9.4/pci/echoaudio'
make[1]: *** [_sfdep_echoaudio] Error 2
make[1]: Leaving directory `/home/Giu/tttttt/alsa-driver-0.9.4/pci'
make: *** [dep] Error 1


But any subsequent "make" completes successfully.

These are the changes I did to the various files:


pci/Makefile

-extra-subdir-y := pdplus
+extra-subdir-y := pdplus echoaudio


utils/Modules.dep
 
+%dir linux/sound/pci/echoaudio
+|snd-echoaudio snd-pcm


acore/Makefile

+obj-$(CONFIG_SND_ECHOAUDIO) += snd-pcm.o snd-page-alloc.o snd.o
snd-rawmidi.o
 


Bye.




-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to