2015-08-12 05:41:02 +02:00
|
|
|
ifneq (,$(filter gnrc_conn,$(USEMODULE)))
|
|
|
|
DIRS += conn
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_conn_ip,$(USEMODULE)))
|
|
|
|
DIRS += conn/ip
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_conn_udp,$(USEMODULE)))
|
|
|
|
DIRS += conn/udp
|
|
|
|
endif
|
2015-10-27 19:20:34 +01:00
|
|
|
ifneq (,$(filter gnrc_csma_sender,$(USEMODULE)))
|
|
|
|
DIRS += link_layer/csma_sender
|
|
|
|
endif
|
2015-08-17 15:41:29 +02:00
|
|
|
ifneq (,$(filter gnrc_icmpv6,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/icmpv6
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_icmpv6_echo,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/icmpv6/echo
|
|
|
|
endif
|
2015-06-10 04:02:10 +02:00
|
|
|
ifneq (,$(filter gnrc_icmpv6_error,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/icmpv6/error
|
|
|
|
endif
|
2015-08-17 15:41:29 +02:00
|
|
|
ifneq (,$(filter gnrc_ipv6,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/ipv6
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_ipv6_ext,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/ipv6/ext
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_ipv6_hdr,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/ipv6/hdr
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_ipv6_nc,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/ipv6/nc
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_ipv6_netif,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/ipv6/netif
|
|
|
|
endif
|
2015-09-28 14:40:35 +02:00
|
|
|
ifneq (,$(filter gnrc_ipv6_whitelist,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/ipv6/whitelist
|
|
|
|
endif
|
2016-01-26 11:28:01 +01:00
|
|
|
ifneq (,$(filter gnrc_ipv6_blacklist,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/ipv6/blacklist
|
|
|
|
endif
|
2015-08-17 15:41:29 +02:00
|
|
|
ifneq (,$(filter gnrc_ndp,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/ndp
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_ndp_internal,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/ndp/internal
|
|
|
|
endif
|
2015-08-31 14:25:17 +02:00
|
|
|
ifneq (,$(filter gnrc_ndp_host,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/ndp/host
|
|
|
|
endif
|
2015-08-17 15:41:29 +02:00
|
|
|
ifneq (,$(filter gnrc_ndp_node,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/ndp/node
|
|
|
|
endif
|
2015-08-19 17:15:15 +02:00
|
|
|
ifneq (,$(filter gnrc_ndp_router,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/ndp/router
|
|
|
|
endif
|
2015-08-17 15:41:29 +02:00
|
|
|
ifneq (,$(filter gnrc_netapi,$(USEMODULE)))
|
|
|
|
DIRS += netapi
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_netif,$(USEMODULE)))
|
|
|
|
DIRS += netif
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_netif_hdr,$(USEMODULE)))
|
|
|
|
DIRS += netif/hdr
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_netreg,$(USEMODULE)))
|
|
|
|
DIRS += netreg
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_nettest,$(USEMODULE)))
|
|
|
|
DIRS += nettest
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_nomac,$(USEMODULE)))
|
|
|
|
DIRS += link_layer/nomac
|
|
|
|
endif
|
2016-02-11 00:45:25 +01:00
|
|
|
ifneq (,$(filter gnrc_pkt,$(USEMODULE)))
|
|
|
|
DIRS += pkt
|
|
|
|
endif
|
2015-08-17 15:41:29 +02:00
|
|
|
ifneq (,$(filter gnrc_pktbuf_static,$(USEMODULE)))
|
|
|
|
DIRS += pktbuf_static
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_pktdump,$(USEMODULE)))
|
|
|
|
DIRS += pktdump
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_rpl,$(USEMODULE)))
|
|
|
|
DIRS += routing/rpl
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_rpl_srh,$(USEMODULE)))
|
|
|
|
DIRS += routing/rpl/srh
|
|
|
|
endif
|
2015-08-23 14:25:39 +02:00
|
|
|
ifneq (,$(filter gnrc_rpl_p2p,$(USEMODULE)))
|
|
|
|
DIRS += routing/rpl/p2p
|
|
|
|
endif
|
2015-08-17 15:41:29 +02:00
|
|
|
ifneq (,$(filter gnrc_sixlowpan,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/sixlowpan
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_sixlowpan_ctx,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/sixlowpan/ctx
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_sixlowpan_frag,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/sixlowpan/frag
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_sixlowpan_iphc,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/sixlowpan/iphc
|
|
|
|
endif
|
2015-08-28 03:59:38 +02:00
|
|
|
ifneq (,$(filter gnrc_sixlowpan_nd,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/sixlowpan/nd
|
|
|
|
endif
|
2015-08-31 00:23:11 +02:00
|
|
|
ifneq (,$(filter gnrc_sixlowpan_nd_router,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/sixlowpan/nd/router
|
|
|
|
endif
|
2015-08-17 15:41:29 +02:00
|
|
|
ifneq (,$(filter gnrc_sixlowpan_netif,$(USEMODULE)))
|
|
|
|
DIRS += network_layer/sixlowpan/netif
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_slip,$(USEMODULE)))
|
|
|
|
DIRS += link_layer/slip
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_udp,$(USEMODULE)))
|
|
|
|
DIRS += transport_layer/udp
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter gnrc_zep,$(USEMODULE)))
|
|
|
|
DIRS += application_layer/zep
|
|
|
|
endif
|
2015-11-04 10:31:56 +01:00
|
|
|
ifneq (,$(filter gnrc_tftp,$(USEMODULE)))
|
|
|
|
DIRS += application_layer/tftp
|
|
|
|
endif
|
2015-08-17 15:41:29 +02:00
|
|
|
|
2015-08-10 02:41:08 +02:00
|
|
|
include $(RIOTBASE)/Makefile.base
|