1cc6ed268SAlexander Aringobj-$(CONFIG_6LOWPAN) += 6lowpan.o 22c6bed7cSAlexander Aring 3b72f6f51SAlexander Aring6lowpan-y := core.o iphc.o nhc.o 4cc6ed268SAlexander Aring 5cc6ed268SAlexander Aring#rfc6282 nhcs 6ff0fcc29SAlexander Aringobj-$(CONFIG_6LOWPAN_NHC_DEST) += nhc_dest.o 7ff0fcc29SAlexander Aringobj-$(CONFIG_6LOWPAN_NHC_FRAGMENT) += nhc_fragment.o 8ff0fcc29SAlexander Aringobj-$(CONFIG_6LOWPAN_NHC_HOP) += nhc_hop.o 9ff0fcc29SAlexander Aringobj-$(CONFIG_6LOWPAN_NHC_IPV6) += nhc_ipv6.o 10ff0fcc29SAlexander Aringobj-$(CONFIG_6LOWPAN_NHC_MOBILITY) += nhc_mobility.o 11ff0fcc29SAlexander Aringobj-$(CONFIG_6LOWPAN_NHC_ROUTING) += nhc_routing.o 12cc6ed268SAlexander Aringobj-$(CONFIG_6LOWPAN_NHC_UDP) += nhc_udp.o 137e568f50SStefan Schmidt 147e568f50SStefan Schmidt#rfc7400 ghcs 157e568f50SStefan Schmidtobj-$(CONFIG_6LOWPAN_GHC_EXT_HDR_HOP) += nhc_ghc_ext_hop.o 1670cc8675SStefan Schmidtobj-$(CONFIG_6LOWPAN_GHC_UDP) += nhc_ghc_udp.o 17*c39da3bbSStefan Schmidtobj-$(CONFIG_6LOWPAN_GHC_ICMPV6) += nhc_ghc_icmpv6.o 18