On Wed, 2007-09-19 at 11:13 +0100, Christoph Hellwig wrote: > it really needs to be moved into a directory of it's own. It used to be... John? > The useless per-file CFLAGS need to go most places can trivially > be made unconditional anyway. OK. > The depends on m for CONFIG_IWL4965 and CONFIG_IWL3945 needs to go, > we don't put drivers int that need to be modular. Since we splited the code base for 3945 and 4965 by a simple "fork" of file iwl-base.c, some non-static functions names remain the same. Make the two drivers build into vmlinux at the same time will cause conflict. So to make them depend on m is a current workaround for .24. We will abstract a common iwl-core.ko and make driver specific iwl3945.ko and iwl4965.ko depend on it in .25 time frame. Thanks, -yi - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html