summaryrefslogtreecommitdiffstats
path: root/net/ieee802154/Makefile
diff options
context:
space:
mode:
authorSergey Lapin2009-06-08 14:18:49 +0200
committerDavid S. Miller2009-06-09 14:25:33 +0200
commit2c21d11518b688cd4c8e7ddfcd4ba41482ad075b (patch)
tree9f662cdc499da079616b882b98ab71e488bd5a4d /net/ieee802154/Makefile
parentnet: add IEEE 802.15.4 socket family implementation (diff)
downloadkernel-qcow2-linux-2c21d11518b688cd4c8e7ddfcd4ba41482ad075b.tar.gz
kernel-qcow2-linux-2c21d11518b688cd4c8e7ddfcd4ba41482ad075b.tar.xz
kernel-qcow2-linux-2c21d11518b688cd4c8e7ddfcd4ba41482ad075b.zip
net: add NL802154 interface for configuration of 802.15.4 devices
Add a netlink interface for configuration of IEEE 802.15.4 device. Also this interface specifies events notification sent by devices towards higher layers. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Sergey Lapin <slapin@ossfans.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ieee802154/Makefile')
-rw-r--r--net/ieee802154/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ieee802154/Makefile b/net/ieee802154/Makefile
index 7451c7cc8c8e..f99338a26100 100644
--- a/net/ieee802154/Makefile
+++ b/net/ieee802154/Makefile
@@ -1,4 +1,5 @@
-obj-$(CONFIG_IEEE802154) += af_802154.o
+obj-$(CONFIG_IEEE802154) += nl802154.o af_802154.o
+nl802154-y := netlink.o nl_policy.o
af_802154-y := af_ieee802154.o raw.o dgram.o
ccflags-y += -Wall -DDEBUG