xref: /linux/net/6lowpan/Makefile (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2cc6ed268SAlexander Aringobj-$(CONFIG_6LOWPAN) += 6lowpan.o
32c6bed7cSAlexander Aring
4bbe5f5ceSAlexander Aring6lowpan-y := core.o iphc.o nhc.o ndisc.o
5b1815fd9SAlexander Aring6lowpan-$(CONFIG_6LOWPAN_DEBUGFS) += debugfs.o
6cc6ed268SAlexander Aring
7cc6ed268SAlexander Aring#rfc6282 nhcs
8ff0fcc29SAlexander Aringobj-$(CONFIG_6LOWPAN_NHC_DEST) += nhc_dest.o
9ff0fcc29SAlexander Aringobj-$(CONFIG_6LOWPAN_NHC_FRAGMENT) += nhc_fragment.o
10ff0fcc29SAlexander Aringobj-$(CONFIG_6LOWPAN_NHC_HOP) += nhc_hop.o
11ff0fcc29SAlexander Aringobj-$(CONFIG_6LOWPAN_NHC_IPV6) += nhc_ipv6.o
12ff0fcc29SAlexander Aringobj-$(CONFIG_6LOWPAN_NHC_MOBILITY) += nhc_mobility.o
13ff0fcc29SAlexander Aringobj-$(CONFIG_6LOWPAN_NHC_ROUTING) += nhc_routing.o
14cc6ed268SAlexander Aringobj-$(CONFIG_6LOWPAN_NHC_UDP) += nhc_udp.o
157e568f50SStefan Schmidt
167e568f50SStefan Schmidt#rfc7400 ghcs
177e568f50SStefan Schmidtobj-$(CONFIG_6LOWPAN_GHC_EXT_HDR_HOP) += nhc_ghc_ext_hop.o
1870cc8675SStefan Schmidtobj-$(CONFIG_6LOWPAN_GHC_UDP) += nhc_ghc_udp.o
19c39da3bbSStefan Schmidtobj-$(CONFIG_6LOWPAN_GHC_ICMPV6) += nhc_ghc_icmpv6.o
2020616a5aSStefan Schmidtobj-$(CONFIG_6LOWPAN_GHC_EXT_HDR_DEST) += nhc_ghc_ext_dest.o
212f479947SStefan Schmidtobj-$(CONFIG_6LOWPAN_GHC_EXT_HDR_FRAG) += nhc_ghc_ext_frag.o
2243f26e17SStefan Schmidtobj-$(CONFIG_6LOWPAN_GHC_EXT_HDR_ROUTE) += nhc_ghc_ext_route.o
23