On Fri, 2014-01-24 at 21:38 +0100, Hauke Mehrtens wrote:
> In the kernel make will always access net/ieee802154/, we should do the
> same.

> --- a/backport/Makefile.kernel
> +++ b/backport/Makefile.kernel
> @@ -34,7 +34,7 @@ obj-$(CPTCFG_NFC) += drivers/nfc/
>  obj-$(CPTCFG_REGULATOR) += drivers/regulator/
>  obj-$(CPTCFG_MEDIA_SUPPORT) += drivers/media/
>  
> -obj-$(CPTCFG_IEEE802154) += net/ieee802154/
> +obj-y += net/ieee802154/

This is problematic for me, as I don't copy the 802.15.4 stack in my
backport, so this change is essentially breaking the copy-list
behaviour.

I think we should revert this, and instead do the following:

obj-$(CPTCFG_IEEE802154) += net/ieee802154/
obj-$(CPTCFG_BT) += net/ieee802154/

(essentially manually resolving what Dmitry did there in his patch)

johannes

--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to