Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
d76fb3fa
Commit
d76fb3fa
authored
9 years ago
by
Martine Lenders
Browse files
Options
Downloads
Patches
Plain Diff
make: introduce *_default pseudo-modules
Fixes #2971
parent
4f1d7adf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.dep
+19
-5
19 additions, 5 deletions
Makefile.dep
Makefile.pseudomodules
+3
-0
3 additions, 0 deletions
Makefile.pseudomodules
with
22 additions
and
5 deletions
Makefile.dep
+
19
−
5
View file @
d76fb3fa
...
...
@@ -56,6 +56,12 @@ ifneq (,$(filter ng_nomac,$(USEMODULE)))
USEMODULE
+=
ng_netbase
endif
ifneq
(,$(filter ng_sixlowpan_default,$(USEMODULE)))
USEMODULE
+=
ng_ipv6_default
USEMODULE
+=
ng_sixlowpan
USEMODULE
+=
ng_sixlowpan_frag
endif
ifneq
(,$(filter ng_sixlowpan_frag,$(USEMODULE)))
USEMODULE
+=
ng_sixlowpan
USEMODULE
+=
vtimer
...
...
@@ -72,6 +78,18 @@ ifneq (,$(filter ng_sixlowpan_ctx,$(USEMODULE)))
USEMODULE
+=
vtimer
endif
ifneq
(,$(filter ng_ipv6_default,$(USEMODULE)))
USEMODULE
+=
ng_ipv6
USEMODULE
+=
ng_icmpv6
USEMODULE
+=
ng_ndp
endif
ifneq
(,$(filter ng_ipv6_router_default,$(USEMODULE)))
USEMODULE
+=
ng_ipv6_router
USEMODULE
+=
ng_icmpv6
USEMODULE
+=
ng_ndp
endif
ifneq
(,$(filter ng_ndp,$(USEMODULE)))
USEMODULE
+=
ng_icmpv6
USEMODULE
+=
random
...
...
@@ -85,6 +103,7 @@ ifneq (,$(filter ng_icmpv6_echo,$(USEMODULE)))
endif
ifneq
(,$(filter ng_icmpv6,$(USEMODULE)))
USEMODULE
+=
ng_inet_csum
USEMODULE
+=
ng_ipv6
endif
...
...
@@ -98,17 +117,12 @@ ifneq (,$(filter ng_ipv6_router,$(USEMODULE)))
endif
ifneq
(,$(filter ng_ipv6,$(USEMODULE)))
USEMODULE
+=
ng_icmpv6
USEMODULE
+=
ng_inet_csum
USEMODULE
+=
ng_ipv6_addr
USEMODULE
+=
ng_ipv6_hdr
USEMODULE
+=
ng_ipv6_nc
USEMODULE
+=
ng_ipv6_netif
USEMODULE
+=
ng_ndp
USEMODULE
+=
ng_netbase
USEMODULE
+=
random
USEMODULE
+=
timex
USEMODULE
+=
vtimer
endif
ifneq
(,$(filter ng_ipv6_nc,$(USEMODULE)))
...
...
This diff is collapsed.
Click to expand it.
Makefile.pseudomodules
+
3
−
0
View file @
d76fb3fa
PSEUDOMODULES
+=
defaulttransceiver
PSEUDOMODULES
+=
transport_layer
PSEUDOMODULES
+=
ng_ipv6_default
PSEUDOMODULES
+=
ng_ipv6_router
PSEUDOMODULES
+=
ng_ipv6_router_default
PSEUDOMODULES
+=
pktqueue
PSEUDOMODULES
+=
ng_netbase
PSEUDOMODULES
+=
ng_sixlowpan_default
# include variants of the AT86RF2xx drivers as pseudo modules
PSEUDOMODULES
+=
ng_at86rf23%
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment