aboutsummaryrefslogtreecommitdiffstats
path: root/net/6lowpan/Makefile
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2015-01-09 16:42:57 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-02-14 23:08:44 +0100
commit92aa7c65d295f3cbb96904afe335f683e55584b8 (patch)
tree8e7081841af43fa90e03fc44cfa95405aa7822bb /net/6lowpan/Makefile
parentBluetooth: btusb: Remove unneeded btusb_wait_on_bit_timeout() (diff)
downloadlinux-dev-92aa7c65d295f3cbb96904afe335f683e55584b8.tar.xz
linux-dev-92aa7c65d295f3cbb96904afe335f683e55584b8.zip
6lowpan: add generic nhc layer interface
This patch adds a generic next header compression layer interface. There exists various methods to do a header compression after 6LoWPAN header to save payload. This introduce a generic nhc header which allow a simple adding of a new header compression format instead of a static implementation inside the 6LoWPAN header compression and uncompression function. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Cc: Martin Townsend <mtownsend1973@gmail.com> Reviewed-by: Stefan Schmidt <s.schmidt@samsung.com> Acked-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/6lowpan/Makefile')
-rw-r--r--net/6lowpan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/6lowpan/Makefile b/net/6lowpan/Makefile
index 415886bb456a..4215602a25bd 100644
--- a/net/6lowpan/Makefile
+++ b/net/6lowpan/Makefile
@@ -1,3 +1,3 @@
obj-$(CONFIG_6LOWPAN) := 6lowpan.o
-6lowpan-y := iphc.o
+6lowpan-y := iphc.o nhc.o