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
daae886e
Commit
daae886e
authored
10 years ago
by
Hauke Petersen
Browse files
Options
Downloads
Patches
Plain Diff
make: made consistent use of spaces in Makefile.dep
parent
b67f8ca0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile.dep
+53
-53
53 additions, 53 deletions
Makefile.dep
with
53 additions
and
53 deletions
Makefile.dep
+
53
−
53
View file @
daae886e
ifneq
(,$(filter libcoap,$(USEPKG)))
USEMODULE
+=
pnet
USEMODULE
+=
pnet
endif
ifneq
(,$(filter pnet,$(USEMODULE)))
USEMODULE
+=
posix
USEMODULE
+=
socket_base
USEMODULE
+=
net_help
USEMODULE
+=
posix
USEMODULE
+=
socket_base
USEMODULE
+=
net_help
endif
ifneq
(,$(filter transport_layer,$(USEMODULE)))
USEMODULE
+=
tcp
USEMODULE
+=
udp
USEMODULE
+=
tcp
USEMODULE
+=
udp
endif
ifneq
(,$(filter udp,$(USEMODULE)))
USEMODULE
+=
socket_base
USEMODULE
+=
socket_base
endif
ifneq
(,$(filter tcp,$(USEMODULE)))
USEMODULE
+=
socket_base
USEMODULE
+=
socket_base
endif
ifneq
(,$(filter socket_base,$(USEMODULE)))
USEMODULE
+=
sixlowpan
USEMODULE
+=
net_help
USEMODULE
+=
vtimer
USEMODULE
+=
sixlowpan
USEMODULE
+=
net_help
USEMODULE
+=
vtimer
endif
ifneq
(,$(filter sixlowborder,$(USEMODULE)))
USEMODULE
+=
sixlowpan
USEMODULE
+=
sixlowpan
endif
ifneq
(,$(filter rpl,$(USEMODULE)))
USEMODULE
+=
trickle
USEMODULE
+=
routing
USEMODULE
+=
trickle
USEMODULE
+=
routing
endif
ifneq
(,$(filter routing,$(USEMODULE)))
USEMODULE
+=
sixlowpan
USEMODULE
+=
sixlowpan
endif
ifneq
(,$(filter sixlowpan,$(USEMODULE)))
USEMODULE
+=
ieee802154
USEMODULE
+=
net_help
USEMODULE
+=
net_if
USEMODULE
+=
posix
USEMODULE
+=
vtimer
USEMODULE
+=
ieee802154
USEMODULE
+=
net_help
USEMODULE
+=
net_if
USEMODULE
+=
posix
USEMODULE
+=
vtimer
endif
ifneq
(,$(filter ng_ipv6_nc,$(USEMODULE)))
USEMODULE
+=
ng_ipv6_addr
USEMODULE
+=
ng_ipv6_addr
endif
ifneq
(,$(filter ng_netif,$(USEMODULE)))
USEMODULE
+=
ng_netapi
USEMODULE
+=
ng_netreg
USEMODULE
+=
ng_pktbuf
USEMODULE
+=
ng_netapi
USEMODULE
+=
ng_netreg
USEMODULE
+=
ng_pktbuf
endif
ifneq
(,$(filter aodvv2,$(USEMODULE)))
USEMODULE
+=
vtimer
USEMODULE
+=
sixlowpan
USEMODULE
+=
oonf_common
USEMODULE
+=
oonf_rfc5444
USEMODULE
+=
vtimer
USEMODULE
+=
sixlowpan
USEMODULE
+=
oonf_common
USEMODULE
+=
oonf_rfc5444
endif
ifneq
(,$(filter uart0,$(USEMODULE)))
USEMODULE
+=
posix
USEMODULE
+=
posix
endif
ifneq
(,$(filter posix,$(USEMODULE)))
USEMODULE
+=
timex
USEMODULE
+=
vtimer
USEMODULE
+=
timex
USEMODULE
+=
vtimer
endif
ifneq
(,$(filter cbor,$(USEMODULE)))
USEMODULE
+=
net_help
USEMODULE
+=
net_help
endif
ifneq
(,$(filter cc110x%,$(USEMODULE)))
USEMODULE
+=
protocol_multiplex
USEMODULE
+=
vtimer
USEMODULE
+=
protocol_multiplex
USEMODULE
+=
vtimer
endif
ifneq
(,$(filter cc110x,$(USEMODULE)))
USEMODULE
+=
transceiver
USEMODULE
+=
transceiver
endif
ifneq
(,$(filter cc110x_legacy,$(USEMODULE)))
USEMODULE
+=
transceiver
USEMODULE
+=
transceiver
endif
ifneq
(,$(filter cc2420,$(USEMODULE)))
USEMODULE
+=
transceiver
USEMODULE
+=
ieee802154
USEMODULE
+=
transceiver
USEMODULE
+=
ieee802154
endif
ifneq
(,$(filter at86rf231,$(USEMODULE)))
USEMODULE
+=
netdev_802154
USEMODULE
+=
ieee802154
USEMODULE
+=
netdev_802154
USEMODULE
+=
ieee802154
endif
ifneq
(,$(filter l2_ping,$(USEMODULE)))
USEMODULE
+=
vtimer
USEMODULE
+=
vtimer
endif
ifneq
(,$(filter vtimer,$(USEMODULE)))
USEMODULE
+=
timex
USEMODULE
+=
timex
endif
ifneq
(,$(filter net_if,$(USEMODULE)))
USEMODULE
+=
transceiver
USEMODULE
+=
net_help
USEMODULE
+=
hashes
USEMODULE
+=
transceiver
USEMODULE
+=
net_help
USEMODULE
+=
hashes
endif
ifneq
(,$(filter ccn_lite,$(USEMODULE)))
USEMODULE
+=
crypto
USEMODULE
+=
crypto
endif
ifneq
(,$(filter netdev_802154,$(USEMODULE)))
USEMODULE
+=
netdev_base
USEMODULE
+=
netdev_base
endif
ifneq
(,$(filter rgbled,$(USEMODULE)))
USEMODULE
+=
color
USEMODULE
+=
color
endif
ifneq
(,$(filter libfixmath-unittests,$(USEMODULE)))
USEPKG
+=
libfixmath
USEPKG
+=
libfixmath
endif
ifneq
(,$(filter defaulttransceiver,$(USEMODULE)))
FEATURES_REQUIRED
+=
transceiver
FEATURES_REQUIRED
+=
transceiver
endif
ifneq
(,$(filter nhdp,$(USEMODULE)))
USEMODULE
+=
vtimer
USEMODULE
+=
oonf_common
USEMODULE
+=
oonf_rfc5444
USEMODULE
+=
vtimer
USEMODULE
+=
oonf_common
USEMODULE
+=
oonf_rfc5444
endif
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