In the kernel make will always access net/ieee802154/, we should do the same. This was changes in the kenrel in this commit: commit a53d34c3465b8a840f7400932ae1b0a9f9ed6bef Author: Dmitry Eremin-Solenikov <dmitry_eremin@xxxxxxxxxx> Date: Wed Jan 15 02:50:40 2014 +0400 net: move 6lowpan compression code to separate module Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- backport/Makefile.kernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backport/Makefile.kernel b/backport/Makefile.kernel index 6a1afc1..0f5ed6c 100644 --- 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/ obj-$(CPTCFG_MAC802154) += net/mac802154/ obj-$(CPTCFG_IEEE802154) += drivers/net/ieee802154/ -- 1.7.10.4 -- 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