On Thu, 2010-11-18 at 11:55 -0800, Randy Dunlap wrote: > > iwlcore-objs += $(iwlcore-m) > > > > to your Makefile after the iwl-legacy lines and see if that helps for > > you as well? It seems that the reason is that iwl-legacy never gets > > Yes, that builds fine. Ok, thanks. I think I'll just not worry about it and add that then. > > -iwlagn-$(CONFIG_IWL4965) += iwl-4965.o > > +iwlagn-$(CONFIG_IWL4965) += iwl-4965.o iwl-legacy.o > > > > Why does that work, but not iwlcore-$(CONFIG_IWL4965)?? > > I dunno, but I only tested my erroneous patch when building as loadable > modules, not builtin. Testing error on my part. Actually, I get it -- 4965 cannot be modular. And then I probably never tested 3945 _only_, but maybe only 4965 _only_ ... oh well. I'll go fix it. johannes -- 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