]> git.baikalelectronics.ru Git - kernel.git/commit
ieee802154: 6lowpan: fix Makefile entry
authorAlexander Aring <alex.aring@gmail.com>
Thu, 8 Jan 2015 10:30:10 +0000 (11:30 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 8 Jan 2015 14:48:06 +0000 (15:48 +0100)
commit79800a4054e85e3c56911a6beeca9df730cebda5
treedb9637b998d8730e5dc9e213c3f4f1fe4e72b522
parentd1edfa7b0a809688513b510ecf506999e88bccb1
ieee802154: 6lowpan: fix Makefile entry

Since commit 541ddc02d035fe4dfa23e73e3fcfe5e48dc52018 ("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>
net/ieee802154/6lowpan/Makefile
net/ieee802154/Makefile