Hi folks, I was looking at linux/drivers/Makefile and noticed that "sound" (among others) was always put into the kernel whether it was configured on or not. Is there some reason for this? Also, in linux/Rules.make, "fastdep:" is making dependancies on "ALL_SUB_DIRS" which is "subdir-y", "subdir-m", "subdir-n" and "subdir-", why is this? It makes more sense that it just make dependancies for "subdir-y" and "subdir-m" as the rest don't matter. If these types of things are errors, I can make a patchfile, just let me know what the proper behavior is. Thanks, -Jeff -- Jeff Golds [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/