]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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)
Since commit ea81ac2e7050798109356150ea16e71622a5c329 ("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

index 2f1b75a49f4d8c0144aaa31a1340b382a244bb31..6bfb270a81a6536b4a34424f093b88291e954d95 100644 (file)
@@ -1,3 +1,3 @@
-obj-y += ieee802154_6lowpan.o
+obj-$(CONFIG_IEEE802154_6LOWPAN) += ieee802154_6lowpan.o
 
 ieee802154_6lowpan-y := core.o rx.o reassembly.o tx.o
index 36533978b5ef9a344d62b95cc4fbd82158e1b3fe..05dab2957cd49e9be95c6bbe1cef1eb9f35ab8a2 100644 (file)
@@ -1,6 +1,6 @@
 obj-$(CONFIG_IEEE802154) += ieee802154.o
 obj-$(CONFIG_IEEE802154_SOCKET) += ieee802154_socket.o
-obj-$(CONFIG_IEEE802154_6LOWPAN) += 6lowpan/
+obj-y += 6lowpan/
 
 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \
                 header_ops.o sysfs.o nl802154.o