summaryrefslogtreecommitdiffstats
path: root/net/6lowpan/Makefile
diff options
context:
space:
mode:
authorStefan Schmidt2015-12-09 22:46:27 +0100
committerMarcel Holtmann2015-12-10 01:25:25 +0100
commit2f4799478c94928802c79edd12711a0e9e8b6f1b (patch)
treeb02bb1cc08d9a7f7c1dca8a7044282d689ceeb1e /net/6lowpan/Makefile
parent6lowpan: add nhc module for GHC destination extension header detection (diff)
downloadkernel-qcow2-linux-2f4799478c94928802c79edd12711a0e9e8b6f1b.tar.gz
kernel-qcow2-linux-2f4799478c94928802c79edd12711a0e9e8b6f1b.tar.xz
kernel-qcow2-linux-2f4799478c94928802c79edd12711a0e9e8b6f1b.zip
6lowpan: add nhc module for GHC fragmentation extension header detection
Acked-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com> Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/6lowpan/Makefile')
-rw-r--r--net/6lowpan/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/6lowpan/Makefile b/net/6lowpan/Makefile
index fc4bac00bd20..fb3f48d78604 100644
--- a/net/6lowpan/Makefile
+++ b/net/6lowpan/Makefile
@@ -16,3 +16,4 @@ obj-$(CONFIG_6LOWPAN_GHC_EXT_HDR_HOP) += nhc_ghc_ext_hop.o
obj-$(CONFIG_6LOWPAN_GHC_UDP) += nhc_ghc_udp.o
obj-$(CONFIG_6LOWPAN_GHC_ICMPV6) += nhc_ghc_icmpv6.o
obj-$(CONFIG_6LOWPAN_GHC_EXT_HDR_DEST) += nhc_ghc_ext_dest.o
+obj-$(CONFIG_6LOWPAN_GHC_EXT_HDR_FRAG) += nhc_ghc_ext_frag.o