diff options
author | Alexander Aring <alex.aring@gmail.com> | 2015-01-04 11:10:53 -0500 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-01-08 01:25:59 -0500 |
commit | ea81ac2e7050798109356150ea16e71622a5c329 (patch) | |
tree | fedb5990ebf350edc2c7ec6956ece51c85dcc221 /net/ieee802154/Makefile | |
parent | a9cc32d96c62b230c664a362b5f3206d3bcf35b8 (diff) |
ieee802154: create 6lowpan sub-directory
This patch creates an 6lowpan sub-directory inside ieee802154.
Additional we move all ieee802154 6lowpan relevant files into
this sub-directory instead of placing the 6lowpan related files
inside ieee802154.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/ieee802154/Makefile')
-rw-r--r-- | net/ieee802154/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ieee802154/Makefile b/net/ieee802154/Makefile index 88bde78754c5..36533978b5ef 100644 --- a/net/ieee802154/Makefile +++ b/net/ieee802154/Makefile | |||
@@ -1,8 +1,7 @@ | |||
1 | obj-$(CONFIG_IEEE802154) += ieee802154.o | 1 | obj-$(CONFIG_IEEE802154) += ieee802154.o |
2 | obj-$(CONFIG_IEEE802154_SOCKET) += ieee802154_socket.o | 2 | obj-$(CONFIG_IEEE802154_SOCKET) += ieee802154_socket.o |
3 | obj-$(CONFIG_IEEE802154_6LOWPAN) += ieee802154_6lowpan.o | 3 | obj-$(CONFIG_IEEE802154_6LOWPAN) += 6lowpan/ |
4 | 4 | ||
5 | ieee802154_6lowpan-y := 6lowpan_rtnl.o reassembly.o | ||
6 | ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \ | 5 | ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \ |
7 | header_ops.o sysfs.o nl802154.o | 6 | header_ops.o sysfs.o nl802154.o |
8 | ieee802154_socket-y := socket.o | 7 | ieee802154_socket-y := socket.o |