diff options
author | alex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com> | 2012-08-26 01:10:11 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-08-30 13:23:56 -0400 |
commit | 0739d643b8dda866d1011bcfd01008d29593be03 (patch) | |
tree | 4748f4a416a6711bb5d6b889f9d3fa342921376f /drivers/Makefile | |
parent | 395a57385508f7b8b445b6911bfa35bc0ccaa0ff (diff) |
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/Makefile')
-rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 5b421840c48d..1ecd1bfe5069 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -120,7 +120,6 @@ obj-$(CONFIG_VHOST_NET) += vhost/ | |||
120 | obj-$(CONFIG_VLYNQ) += vlynq/ | 120 | obj-$(CONFIG_VLYNQ) += vlynq/ |
121 | obj-$(CONFIG_STAGING) += staging/ | 121 | obj-$(CONFIG_STAGING) += staging/ |
122 | obj-y += platform/ | 122 | obj-y += platform/ |
123 | obj-y += ieee802154/ | ||
124 | #common clk code | 123 | #common clk code |
125 | obj-y += clk/ | 124 | obj-y += clk/ |
126 | 125 | ||