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 ba20e01b3e42..5e4f2f3a2f57 100644 --- a/net/6lowpan/Makefile +++ b/net/6lowpan/Makefile @@ -13,3 +13,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 |