diff options
author | alex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com> | 2012-08-26 07:10:11 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-08-30 19:23:56 +0200 |
commit | 0739d643b8dda866d1011bcfd01008d29593be03 (patch) | |
tree | 4748f4a416a6711bb5d6b889f9d3fa342921376f /drivers/net/ieee802154/Makefile | |
parent | drivers/ieee802154/at86rf230: replace the code under _init and _exit by macro (diff) | |
download | linux-0739d643b8dda866d1011bcfd01008d29593be03.tar.xz linux-0739d643b8dda866d1011bcfd01008d29593be03.zip |
drivers/ieee802154: move ieee802154 drivers to net folder
The IEEE 802.15.4 standard represents a networking protocol. I don't
exactly know why drivers for this protocol are stored into the root
'driver' folder, but better will be to store them with other
networking stuff. Currently there are only 3 drivers available for
IEEE 802.15.4 stack, so lets do it now with the smallest overhead.
Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ieee802154/Makefile')
-rw-r--r-- | drivers/net/ieee802154/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ieee802154/Makefile b/drivers/net/ieee802154/Makefile new file mode 100644 index 000000000000..4f4371d3aa7d --- /dev/null +++ b/drivers/net/ieee802154/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_IEEE802154_FAKEHARD) += fakehard.o +obj-$(CONFIG_IEEE802154_FAKELB) += fakelb.o +obj-$(CONFIG_IEEE802154_AT86RF230) += at86rf230.o |