summaryrefslogtreecommitdiff
path: root/net/6lowpan/Makefile
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2015-12-09 22:46:25 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-12-10 01:25:24 +0100
commitc39da3bb5b978ca03f1702c99965f3db1204516a (patch)
treef6991b77de3a39bf620fbfb1ee2e8b82a89c9b8c /net/6lowpan/Makefile
parent70cc86752e59ec26fcd31679b1eef23e8cb4b516 (diff)
6lowpan: add nhc module for GHC ICMPv6 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 5e4f2f3a2f57..86af3fd141a1 100644
--- a/net/6lowpan/Makefile
+++ b/net/6lowpan/Makefile
@@ -14,3 +14,4 @@ obj-$(CONFIG_6LOWPAN_NHC_UDP) += nhc_udp.o
#rfc7400 ghcs
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