aboutsummaryrefslogtreecommitdiffstats
path: root/net/6lowpan/Makefile
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2015-12-09 22:46:26 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-12-10 01:25:25 +0100
commit20616a5a1e3bb47c385c6d5f27520e7a3cc82864 (patch)
tree2e2dd6dc4e12c819de9167852ef1d10d15ddf33e /net/6lowpan/Makefile
parent6lowpan: add nhc module for GHC ICMPv6 detection (diff)
downloadlinux-dev-20616a5a1e3bb47c385c6d5f27520e7a3cc82864.tar.xz
linux-dev-20616a5a1e3bb47c385c6d5f27520e7a3cc82864.zip
6lowpan: add nhc module for GHC destination 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 86af3fd141a1..fc4bac00bd20 100644
--- a/net/6lowpan/Makefile
+++ b/net/6lowpan/Makefile
@@ -15,3 +15,4 @@ obj-$(CONFIG_6LOWPAN_NHC_UDP) += nhc_udp.o
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