The config value should be set to a lowercase 'm' or the config is ignored and the associated module doesn't build. Fix this. Signed-off-by: Kyle Manna <kyle.manna@xxxxxxxxx> --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index c3872b1..c9b2353 100644 --- a/config.mk +++ b/config.mk @@ -209,7 +209,7 @@ ifndef CONFIG_COMPAT_KERNEL_2_6_28 export CONFIG_COMPAT_BT_HIDP=m endif #CONFIG_COMPAT_KERNEL_2_6_28 -export CONFIG_BT_HCIUART=M +export CONFIG_BT_HCIUART=m export CONFIG_BT_HCIUART_H4=y export CONFIG_BT_HCIUART_BCSP=y export CONFIG_BT_HCIUART_ATH3K=y -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html