blob: eb8baa72adc8ab2c84c390a54bcfa4db429d4c0d [file] [log] [blame]
Alexander Aringcc6ed262015-01-09 16:42:58 +01001obj-$(CONFIG_6LOWPAN) += 6lowpan.o
Alexander Aring2c6bed72014-07-11 10:24:18 +02002
Alexander Aring92aa7c62015-01-09 16:42:57 +010036lowpan-y := iphc.o nhc.o
Alexander Aringcc6ed262015-01-09 16:42:58 +01004
5#rfc6282 nhcs
Alexander Aringff0fcc22015-01-09 16:42:59 +01006obj-$(CONFIG_6LOWPAN_NHC_DEST) += nhc_dest.o
7obj-$(CONFIG_6LOWPAN_NHC_FRAGMENT) += nhc_fragment.o
8obj-$(CONFIG_6LOWPAN_NHC_HOP) += nhc_hop.o
9obj-$(CONFIG_6LOWPAN_NHC_IPV6) += nhc_ipv6.o
10obj-$(CONFIG_6LOWPAN_NHC_MOBILITY) += nhc_mobility.o
11obj-$(CONFIG_6LOWPAN_NHC_ROUTING) += nhc_routing.o
Alexander Aringcc6ed262015-01-09 16:42:58 +010012obj-$(CONFIG_6LOWPAN_NHC_UDP) += nhc_udp.o