CONFIG_COMPAT_FIRMWARE_CLASS is being checked in compat-2.6.33.h, so it needs to show-up in compat_autoconf.h. Remove the leading whitespace, so that gen-compat-autoconf.sh will treat it accordingly. Signed-off-by: John W. Linville <linville@xxxxxxxxxxxxx> --- config.mk | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/config.mk b/config.mk index 1bb2799..7116206 100644 --- a/config.mk +++ b/config.mk @@ -114,9 +114,13 @@ else endif endif #CONFIG_COMPAT_KERNEL_2_6_27 +# +# CONFIG_COMPAT_FIRMWARE_CLASS definition has no leading whitespace, +# because it gets passed-on through compat_autoconf.h. +# ifdef CONFIG_COMPAT_KERNEL_2_6_33 ifdef CONFIG_FW_LOADER - CONFIG_COMPAT_FIRMWARE_CLASS=m +CONFIG_COMPAT_FIRMWARE_CLASS=m endif #CONFIG_FW_LOADER endif #CONFIG_COMPAT_KERNEL_2_6_33 -- 1.7.4.4 -- 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