diff options
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2013-12-11 17:05:34 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2013-12-11 12:57:54 -0800 |
commit | 8df8c56a5abc70af5862aa7cac2875aeeb17a42b (patch) | |
tree | fa21c03bc3bd3bc9778894aa39c234e291f1d850 /net/ieee802154/Makefile | |
parent | 71fb419724fadab4efdf98210aa3fe053bd81d29 (diff) | |
download | op-kernel-dev-8df8c56a5abc70af5862aa7cac2875aeeb17a42b.zip op-kernel-dev-8df8c56a5abc70af5862aa7cac2875aeeb17a42b.tar.gz |
6lowpan: Moving generic compression code into 6lowpan_iphc.c
Because the IEEE 802154 and Bluetooth share the IP header compression
and uncompression code, the common code is moved to 6lowpan_iphc.c
file.
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Acked-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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/Makefile b/net/ieee802154/Makefile index d7716d6..951a83e 100644 --- a/net/ieee802154/Makefile +++ b/net/ieee802154/Makefile @@ -1,5 +1,5 @@ obj-$(CONFIG_IEEE802154) += ieee802154.o af_802154.o -obj-$(CONFIG_IEEE802154_6LOWPAN) += 6lowpan.o +obj-$(CONFIG_IEEE802154_6LOWPAN) += 6lowpan.o 6lowpan_iphc.o ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o wpan-class.o af_802154-y := af_ieee802154.o raw.o dgram.o |