From: Hauke Mehrtens Date: Fri, 24 Jan 2014 17:23:21 +0000 (+0100) Subject: backports: always access net/ieee802154/ with make X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=cb6f08d3c38cf991ca2a1996c4c4d08433c9d16f;p=openwrt%2Fstaging%2Fblogic.git backports: always access net/ieee802154/ with make 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 Date: Wed Jan 15 02:50:40 2014 +0400 net: move 6lowpan compression code to separate module Signed-off-by: Hauke Mehrtens --- diff --git a/backport/Makefile.kernel b/backport/Makefile.kernel index 6a1afc1b6876..0f5ed6c9b53e 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/