diff options
Diffstat (limited to 'net/6lowpan/Makefile')
-rw-r--r-- | net/6lowpan/Makefile | 1 |
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 |