aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/mac802154/Makefile
diff options
context:
space:
mode:
authoralex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com>2012-05-15 20:50:26 +0000
committerDavid S. Miller <davem@davemloft.net>2012-05-16 15:17:08 -0400
commitef2486f5538b886ad4f0d1ac0857b518291b48f7 (patch)
tree2ca4e7f9f7ca50af3dec881942ee14cf7ae115fa /net/mac802154/Makefile
parentmac802154: basic MAC commands interface support (diff)
downloadwireguard-linux-ef2486f5538b886ad4f0d1ac0857b518291b48f7.tar.xz
wireguard-linux-ef2486f5538b886ad4f0d1ac0857b518291b48f7.zip
mac802154: basic mib support
Basic support for IEEE 802.15.4 management information base. Current implementation contains a command to set HW address only. Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac802154/Makefile')
-rw-r--r--net/mac802154/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac802154/Makefile b/net/mac802154/Makefile
index 4d9dd0f3b969..6b348b07a765 100644
--- a/net/mac802154/Makefile
+++ b/net/mac802154/Makefile
@@ -1,2 +1,2 @@
obj-$(CONFIG_MAC802154) += mac802154.o
-mac802154-objs := ieee802154_dev.o rx.o tx.o mac_cmd.o
+mac802154-objs := ieee802154_dev.o rx.o tx.o mac_cmd.o mib.o