> +ifeq ($(CONFIG_IWLCORE_RFKILL),y) > + iwlcore-objs += iwl-rfkill.o > +endif Btw, you should be able to rewrite that as iwlcore-objs-$(CONFIG_IWLCORE_RFKILL) += iwl-rfkill.o and make the Makefile much more concise. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part