2014-02-14 00:30:34 +01:00
|
|
|
ifneq (,$(filter pnet,$(USEMODULE)))
|
2013-09-30 14:14:05 +02:00
|
|
|
DIRS += posix/pnet
|
|
|
|
endif
|
2014-02-13 14:18:30 +01:00
|
|
|
ifneq (,$(filter pthread,$(USEMODULE)))
|
|
|
|
DIRS += posix/pthread
|
|
|
|
endif
|
2014-02-14 00:30:34 +01:00
|
|
|
ifneq (,$(filter shell_commands,$(USEMODULE)))
|
2013-02-08 17:37:02 +01:00
|
|
|
DIRS += shell/commands
|
|
|
|
endif
|
2014-02-14 00:30:34 +01:00
|
|
|
ifneq (,$(filter net_help,$(USEMODULE)))
|
2013-12-15 16:09:01 +01:00
|
|
|
DIRS += net/crosslayer/net_help
|
2013-03-16 17:02:35 +01:00
|
|
|
endif
|
2014-03-25 16:22:54 +01:00
|
|
|
ifneq (,$(filter routing,$(USEMODULE)))
|
2015-03-03 19:34:12 +01:00
|
|
|
DIRS += net/routing
|
2014-03-25 16:22:54 +01:00
|
|
|
endif
|
2014-05-15 16:30:47 +02:00
|
|
|
ifneq (,$(filter oneway_malloc,$(USEMODULE)))
|
|
|
|
DIRS += oneway-malloc
|
|
|
|
endif
|
2015-03-07 20:37:45 +01:00
|
|
|
ifneq (,$(filter ng_icmpv6,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/ng_icmpv6
|
|
|
|
endif
|
2015-04-01 17:35:23 +02:00
|
|
|
ifneq (,$(filter ng_icmpv6_echo,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/ng_icmpv6/echo
|
|
|
|
endif
|
2015-03-03 22:20:21 +01:00
|
|
|
ifneq (,$(filter ng_ipv6,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/ng_ipv6
|
|
|
|
endif
|
2015-08-10 00:26:36 +02:00
|
|
|
ifneq (,$(filter ipv6_addr,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/ipv6/addr
|
2015-02-11 11:46:48 +01:00
|
|
|
endif
|
2015-03-07 21:46:57 +01:00
|
|
|
ifneq (,$(filter ng_ipv6_ext,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/ng_ipv6/ext
|
|
|
|
endif
|
2015-04-30 21:16:38 +02:00
|
|
|
ifneq (,$(filter ng_ipv6_ext_rh,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/ng_ipv6/ext/rh
|
|
|
|
endif
|
2015-03-28 14:05:17 +01:00
|
|
|
ifneq (,$(filter ng_ipv6_hdr,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/ng_ipv6/hdr
|
|
|
|
endif
|
2015-02-16 21:55:42 +01:00
|
|
|
ifneq (,$(filter ng_ipv6_nc,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/ng_ipv6/nc
|
|
|
|
endif
|
2015-02-11 14:10:34 +01:00
|
|
|
ifneq (,$(filter ng_ipv6_netif,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/ng_ipv6/netif
|
|
|
|
endif
|
2015-08-07 14:56:36 +02:00
|
|
|
ifneq (,$(filter inet_csum,$(USEMODULE)))
|
|
|
|
DIRS += net/crosslayer/inet_csum
|
2015-03-28 14:01:31 +01:00
|
|
|
endif
|
2015-05-03 15:20:25 +02:00
|
|
|
ifneq (,$(filter ng_ndp,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/ng_ndp
|
|
|
|
endif
|
2015-07-16 15:54:51 +02:00
|
|
|
ifneq (,$(filter ng_ndp_internal,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/ng_ndp/internal
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter ng_ndp_node,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/ng_ndp/node
|
|
|
|
endif
|
2015-02-13 10:28:07 +01:00
|
|
|
ifneq (,$(filter ng_netapi,$(USEMODULE)))
|
|
|
|
DIRS += net/crosslayer/ng_netapi
|
|
|
|
endif
|
2015-02-09 19:42:36 +01:00
|
|
|
ifneq (,$(filter ng_netif,$(USEMODULE)))
|
|
|
|
DIRS += net/crosslayer/ng_netif
|
|
|
|
endif
|
2015-04-20 10:54:03 +02:00
|
|
|
ifneq (,$(filter ng_netif_hdr,$(USEMODULE)))
|
|
|
|
DIRS += net/crosslayer/ng_netif/hdr
|
|
|
|
endif
|
2015-02-07 13:14:37 +01:00
|
|
|
ifneq (,$(filter ng_netreg,$(USEMODULE)))
|
|
|
|
DIRS += net/crosslayer/ng_netreg
|
|
|
|
endif
|
2015-05-26 23:49:02 +02:00
|
|
|
ifneq (,$(filter ng_nettest,$(USEMODULE)))
|
|
|
|
DIRS += net/crosslayer/ng_nettest
|
|
|
|
endif
|
2015-03-12 21:57:18 +01:00
|
|
|
ifneq (,$(filter ng_nomac,$(USEMODULE)))
|
|
|
|
DIRS += net/link_layer/ng_nomac
|
|
|
|
endif
|
2015-04-02 08:56:18 +02:00
|
|
|
ifneq (,$(filter cipher_modes,$(USEMODULE)))
|
|
|
|
DIRS += crypto/modes
|
|
|
|
endif
|
2015-07-24 17:29:29 +02:00
|
|
|
ifneq (,$(filter ng_pktbuf_static,$(USEMODULE)))
|
|
|
|
DIRS += net/crosslayer/ng_pktbuf_static
|
2014-12-11 10:58:56 +01:00
|
|
|
endif
|
2015-03-17 14:42:35 +01:00
|
|
|
ifneq (,$(filter ng_zep,$(USEMODULE)))
|
|
|
|
DIRS += net/application_layer/ng_zep
|
|
|
|
endif
|
2015-04-30 21:27:17 +02:00
|
|
|
ifneq (,$(filter ng_rpl_srh,$(USEMODULE)))
|
|
|
|
DIRS += net/routing/ng_rpl/srh
|
|
|
|
endif
|
2015-03-16 17:52:19 +01:00
|
|
|
ifneq (,$(filter ng_sixlowpan,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/ng_sixlowpan
|
|
|
|
endif
|
2015-04-10 12:02:55 +02:00
|
|
|
ifneq (,$(filter ng_sixlowpan_ctx,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/ng_sixlowpan/ctx
|
|
|
|
endif
|
2015-04-08 11:56:10 +02:00
|
|
|
ifneq (,$(filter ng_sixlowpan_frag,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/ng_sixlowpan/frag
|
|
|
|
endif
|
2015-04-13 12:48:53 +02:00
|
|
|
ifneq (,$(filter ng_sixlowpan_iphc,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/ng_sixlowpan/iphc
|
|
|
|
endif
|
2015-04-09 18:57:18 +02:00
|
|
|
ifneq (,$(filter ng_sixlowpan_netif,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/ng_sixlowpan/netif
|
|
|
|
endif
|
2015-03-22 18:42:34 +01:00
|
|
|
ifneq (,$(filter ng_slip,$(USEMODULE)))
|
|
|
|
DIRS += net/link_layer/ng_slip
|
|
|
|
endif
|
2014-11-25 12:02:52 +01:00
|
|
|
ifneq (,$(filter nhdp,$(USEMODULE)))
|
|
|
|
DIRS += net/routing/nhdp
|
|
|
|
endif
|
2015-03-21 11:47:25 +01:00
|
|
|
ifneq (,$(filter ng_pktdump,$(USEMODULE)))
|
|
|
|
DIRS += net/crosslayer/ng_pktdump
|
|
|
|
endif
|
2014-11-04 08:47:57 +01:00
|
|
|
ifneq (,$(filter fib,$(USEMODULE)))
|
|
|
|
DIRS += net/network_layer/fib
|
|
|
|
endif
|
2015-04-24 15:06:14 +02:00
|
|
|
ifneq (,$(filter ng_udp,$(USEMODULE)))
|
|
|
|
DIRS += net/transport_layer/ng_udp
|
|
|
|
endif
|
2015-05-04 16:43:29 +02:00
|
|
|
ifneq (,$(filter hwtimer_compat,$(USEMODULE)))
|
|
|
|
DIRS += compat/hwtimer
|
|
|
|
endif
|
2015-02-25 16:31:03 +01:00
|
|
|
ifneq (,$(filter log_%,$(USEMODULE)))
|
|
|
|
DIRS += log
|
|
|
|
endif
|
2015-03-03 19:34:12 +01:00
|
|
|
ifneq (,$(filter cpp11-compat,$(USEMODULE)))
|
|
|
|
DIRS += cpp11-compat
|
|
|
|
endif
|
2015-04-09 18:45:23 +02:00
|
|
|
ifneq (,$(filter ng_netdev_eth,$(USEMODULE)))
|
|
|
|
DIRS += net/link_layer/ng_netdev_eth
|
|
|
|
endif
|
2014-11-11 09:20:37 +01:00
|
|
|
|
|
|
|
DIRS += $(dir $(wildcard $(addsuffix /Makefile, ${USEMODULE})))
|
2013-02-06 13:20:21 +01:00
|
|
|
|
2013-03-09 23:47:21 +01:00
|
|
|
include $(RIOTBASE)/Makefile.base
|