linux/net/ieee802154/6lowpan
Alexander Aring bc6efeeeb5 ieee802154: 6lowpan: fix Makefile entry
Since commit ea81ac2e70 ("ieee802154:
create 6lowpan sub-directory") we have a subdirectory for the ieee802154
6lowpan implementation. This commit also moves the Kconfig entry inside
of net/ieee802154/6lowpan/ and forgot to rename the Makefile entry from
obj-$(CONFIG_IEEE802154_6LOWPAN) to obj-y and handle the
obj-$(CONFIG_IEEE802154_6LOWPAN) inside the created 6lowpan directory.
This will occur that the ieee802154_6lowpan can't be build.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-01-08 15:48:06 +01:00
..
6lowpan_i.h ieee802154: 6lowpan: move transmit functionality 2015-01-08 07:25:59 +01:00
Kconfig
Makefile ieee802154: 6lowpan: fix Makefile entry 2015-01-08 15:48:06 +01:00
core.c ieee802154: 6lowpan: rename to core 2015-01-08 07:25:59 +01:00
reassembly.c ieee802154: 6lowpan: rename internal header 2015-01-08 07:25:59 +01:00
rx.c ieee802154: 6lowpan: move receive functionality 2015-01-08 07:25:59 +01:00
tx.c ieee802154: 6lowpan: move transmit functionality 2015-01-08 07:25:59 +01:00