Update of /cvsroot/alsa/alsa-kernel/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv6220/scripts

Modified Files:
        mod-deps.c 
Log Message:
- check CONFIG_PARISC for parisc sub-directory.



Index: mod-deps.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/scripts/mod-deps.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mod-deps.c  4 Nov 2002 10:05:21 -0000       1.11
+++ mod-deps.c  9 Jan 2003 16:16:36 -0000       1.12
@@ -954,6 +954,8 @@
                        printf("\tif test \"$CONFIG_PPC\" = \"y\"; then\n");
                else if (strstr(tempdep->dir, "/arm"))
                        printf("\tif test \"$CONFIG_ARM\" = \"y\"; then\n");
+               else if (strstr(tempdep->dir, "/parisc"))
+                       printf("\tif test \"$CONFIG_PARISC\" = \"y\"; then\n");
                else if (strstr(tempdep->name, "/pcmcia"))
                        printf("\tif test \"$CONFIG_PCMCIA\" = \"y\"; then\n");
                else



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to