summaryrefslogtreecommitdiff
path: root/net/6lowpan/Makefile
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2015-01-09 16:42:58 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-02-14 23:08:44 +0100
commitcc6ed2684751b0a1074b37c080983b6ce737ed22 (patch)
treea000e4ac91ee5afa1fa65c55e5ce5c70cef8009f /net/6lowpan/Makefile
parent92aa7c65d295f3cbb96904afe335f683e55584b8 (diff)
6lowpan: add udp compression via nhc layer
This patch move UDP header compression and uncompression into the generic 6LoWPAN nhc header compression layer. Moreover this patch activates the nhc layer compression in iphc compression and uncompression functions. 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/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/6lowpan/Makefile b/net/6lowpan/Makefile
index 4215602a25bd..abf551d31881 100644
--- a/net/6lowpan/Makefile
+++ b/net/6lowpan/Makefile
@@ -1,3 +1,6 @@
-obj-$(CONFIG_6LOWPAN) := 6lowpan.o
+obj-$(CONFIG_6LOWPAN) += 6lowpan.o
6lowpan-y := iphc.o nhc.o
+
+#rfc6282 nhcs
+obj-$(CONFIG_6LOWPAN_NHC_UDP) += nhc_udp.o