aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154/6lowpan
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2015-01-08 11:30:10 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-01-08 15:48:06 +0100
commitbc6efeeeb5a2fa968532b9d666e8b7f823b1940f (patch)
treedb9637b998d8730e5dc9e213c3f4f1fe4e72b522 /net/ieee802154/6lowpan
parentieee802154: 6lowpan: rename to core (diff)
downloadlinux-dev-bc6efeeeb5a2fa968532b9d666e8b7f823b1940f.tar.xz
linux-dev-bc6efeeeb5a2fa968532b9d666e8b7f823b1940f.zip
ieee802154: 6lowpan: fix Makefile entry
Since commit ea81ac2e7050798109356150ea16e71622a5c329 ("ieee802154: create 6lowpan sub-directory") we have a subdirectory for the ieee802154 6lowpan implementation. This commit also moves the Kconfig entry inside of net/ieee802154/6lowpan/ and forgot to rename the Makefile entry from obj-$(CONFIG_IEEE802154_6LOWPAN) to obj-y and handle the obj-$(CONFIG_IEEE802154_6LOWPAN) inside the created 6lowpan directory. This will occur that the ieee802154_6lowpan can't be build. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/ieee802154/6lowpan')
-rw-r--r--net/ieee802154/6lowpan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/6lowpan/Makefile b/net/ieee802154/6lowpan/Makefile
index 2f1b75a49f4d..6bfb270a81a6 100644
--- a/net/ieee802154/6lowpan/Makefile
+++ b/net/ieee802154/6lowpan/Makefile
@@ -1,3 +1,3 @@
-obj-y += ieee802154_6lowpan.o
+obj-$(CONFIG_IEEE802154_6LOWPAN) += ieee802154_6lowpan.o
ieee802154_6lowpan-y := core.o rx.o reassembly.o tx.o