On 09-Jun-2003 Jaroslav Kysela wrote: > >> How can I tell "make dep" to ignore some of the files listed in >> "snd-mychip-objs" ? > > It is not possible. Could you send me your code? I will try to look what > is wrong.
There's nothing wrong. The driver is based on the C++ code written by the manufacturer. That code should be compiled indipendently from ALSA and then linked to the main driver. "make dep" looks for .c files that don't exist. As workaround, I defined a set of rules like this: file.c: touch file.c It works, but it's ugly. I was looking for a better solution. 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