1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/Makefile

135 lines
3.6 KiB
Makefile
Raw Normal View History

ifneq (,$(filter gnrc_dhcpv6,$(USEMODULE)))
DIRS += application_layer/dhcpv6
endif
ifneq (,$(filter gnrc_icmpv6,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += network_layer/icmpv6
endif
ifneq (,$(filter gnrc_icmpv6_echo,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += network_layer/icmpv6/echo
endif
2015-06-10 04:02:10 +02:00
ifneq (,$(filter gnrc_icmpv6_error,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += network_layer/icmpv6/error
2015-06-10 04:02:10 +02:00
endif
ifneq (,$(filter gnrc_ipv6,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += network_layer/ipv6
endif
ifneq (,$(filter gnrc_ipv6_ext,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += network_layer/ipv6/ext
endif
ifneq (,$(filter gnrc_ipv6_ext_frag,$(USEMODULE)))
DIRS += network_layer/ipv6/ext/frag
endif
ifneq (,$(filter gnrc_ipv6_ext_opt,$(USEMODULE)))
DIRS += network_layer/ipv6/ext/opt
endif
ifneq (,$(filter gnrc_ipv6_ext_rh,$(USEMODULE)))
DIRS += network_layer/ipv6/ext/rh
endif
ifneq (,$(filter gnrc_ipv6_hdr,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += network_layer/ipv6/hdr
endif
ifneq (,$(filter gnrc_ipv6_nib,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += network_layer/ipv6/nib
endif
2015-09-28 14:40:35 +02:00
ifneq (,$(filter gnrc_ipv6_whitelist,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += network_layer/ipv6/whitelist
2015-09-28 14:40:35 +02:00
endif
ifneq (,$(filter gnrc_ipv6_blacklist,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += network_layer/ipv6/blacklist
endif
2017-11-17 10:25:17 +01:00
ifneq (,$(filter gnrc_ndp,$(USEMODULE)))
DIRS += network_layer/ndp
endif
ifneq (,$(filter gnrc_netapi,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += netapi
endif
ifneq (,$(filter gnrc_netif gnrc_netif_%,$(USEMODULE)))
2017-11-16 18:06:46 +01:00
DIRS += netif
endif
ifneq (,$(filter gnrc_netreg,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += netreg
endif
ifneq (,$(filter gnrc_mac,$(USEMODULE)))
DIRS += link_layer/mac
endif
2016-02-11 00:45:25 +01:00
ifneq (,$(filter gnrc_pkt,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += pkt
2016-02-11 00:45:25 +01:00
endif
ifneq (,$(filter gnrc_lwmac,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += link_layer/lwmac
endif
ifneq (,$(filter gnrc_pktbuf_malloc,$(USEMODULE)))
DIRS += pktbuf_malloc
endif
ifneq (,$(filter gnrc_lorawan,$(USEMODULE)))
DIRS += link_layer/lorawan
endif
ifneq (,$(filter gnrc_gomach,$(USEMODULE)))
DIRS += link_layer/gomach
endif
ifneq (,$(filter gnrc_pktbuf_static,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += pktbuf_static
endif
ifneq (,$(filter gnrc_pktbuf,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += pktbuf
endif
ifneq (,$(filter gnrc_priority_pktqueue,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += priority_pktqueue
endif
ifneq (,$(filter gnrc_pktdump,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += pktdump
endif
ifneq (,$(filter gnrc_rpl,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += routing/rpl
endif
ifneq (,$(filter gnrc_rpl_srh,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += routing/rpl/srh
endif
2015-08-23 14:25:39 +02:00
ifneq (,$(filter gnrc_rpl_p2p,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += routing/rpl/p2p
2015-08-23 14:25:39 +02:00
endif
ifneq (,$(filter gnrc_sixlowpan,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += network_layer/sixlowpan
endif
ifneq (,$(filter gnrc_sixlowpan_ctx,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += network_layer/sixlowpan/ctx
endif
ifneq (,$(filter gnrc_sixlowpan_frag,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += network_layer/sixlowpan/frag
endif
ifneq (,$(filter gnrc_sixlowpan_frag_fb,$(USEMODULE)))
DIRS += network_layer/sixlowpan/frag/fb
endif
ifneq (,$(filter gnrc_sixlowpan_frag_rb,$(USEMODULE)))
DIRS += network_layer/sixlowpan/frag/rb
endif
ifneq (,$(filter gnrc_sixlowpan_frag_stats,$(USEMODULE)))
DIRS += network_layer/sixlowpan/frag/stats
endif
ifneq (,$(filter gnrc_sixlowpan_frag_vrb,$(USEMODULE)))
DIRS += network_layer/sixlowpan/frag/vrb
endif
ifneq (,$(filter gnrc_sixlowpan_iphc,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += network_layer/sixlowpan/iphc
endif
2015-08-28 03:59:38 +02:00
ifneq (,$(filter gnrc_sixlowpan_nd,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += network_layer/sixlowpan/nd
2015-08-28 03:59:38 +02:00
endif
ifneq (,$(filter gnrc_sock,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += sock
endif
ifneq (,$(filter gnrc_sock_ip,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += sock/ip
endif
ifneq (,$(filter gnrc_sock_udp,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += sock/udp
endif
ifneq (,$(filter gnrc_udp,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += transport_layer/udp
endif
2016-02-04 14:37:35 +01:00
ifneq (,$(filter gnrc_tcp,$(USEMODULE)))
2017-09-21 15:20:30 +02:00
DIRS += transport_layer/tcp
2016-02-04 14:37:35 +01:00
endif
2015-08-10 02:41:08 +02:00
include $(RIOTBASE)/Makefile.base