On 2010-01-19 8:35 PM, Luis R. Rodriguez wrote: > what about something like this? This is not tested on a system without > FW_LOADER yet, not sure if it works: > > diff --git a/Makefile b/Makefile > index 4843869..ad8a602 100644 > --- a/Makefile > +++ b/Makefile > @@ -19,8 +19,13 @@ $(foreach ver,$(COMPAT_VERSIONS),$(eval export CONFIG_COMPAT_KERNEL_$(ver)=y)) > endif > > ifeq ($(CONFIG_COMPAT_KERNEL_33),y) > +ifeq ($(CONFIG_FW_LOADER),y) > export CONFIG_COMPAT_FIRMWARE_CLASS=m > endif > +ifeq ($(CONFIG_FW_LOADER_MODULE),y) > + export CONFIG_COMPAT_FIRMWARE_CLASS=m > +endif > +endif > > obj-y += compat/ > > > Oh well this is just for compat.git but we'd do something similar on config.mk > Testing to build compat.git should suffice though I think. Sounds good. - Felix -- 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