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
03999953
Commit
03999953
authored
9 years ago
by
Hauke Petersen
Browse files
Options
Downloads
Patches
Plain Diff
make: moved driver deps to drivers/Makefile.dep
parent
71a3cc17
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.dep
+3
-74
3 additions, 74 deletions
Makefile.dep
drivers/Makefile.dep
+71
-0
71 additions, 0 deletions
drivers/Makefile.dep
with
74 additions
and
74 deletions
Makefile.dep
+
3
−
74
View file @
03999953
# pull dependencies from drivers
include
$(RIOTBASE)/drivers/Makefile.dep
ifneq
(,$(filter libcoap,$(USEPKG)))
USEMODULE
+=
posix_sockets
endif
...
...
@@ -28,28 +31,6 @@ ifneq (,$(filter gnrc_netif_default,$(USEMODULE)))
USEMODULE
+=
gnrc_netif
endif
ifneq
(,$(filter at86rf2%,$(USEMODULE)))
USEMODULE
+=
at86rf2xx
USEMODULE
+=
ieee802154
USEMODULE
+=
xtimer
USEMODULE
+=
netif
endif
ifneq
(,$(filter cc110x,$(USEMODULE)))
USEMODULE
+=
ieee802154
endif
ifneq
(,$(filter kw2xrf,$(USEMODULE)))
USEMODULE
+=
ieee802154
USEMODULE
+=
netif
endif
ifneq
(,$(filter xbee,$(USEMODULE)))
USEMODULE
+=
ieee802154
USEMODULE
+=
xtimer
USEMODULE
+=
netif
endif
ifneq
(,$(filter netdev2_tap,$(USEMODULE)))
USEMODULE
+=
netif
endif
...
...
@@ -315,10 +296,6 @@ ifneq (,$(filter vtimer,$(USEMODULE)))
USEMODULE
+=
timex
endif
ifneq
(,$(filter rgbled,$(USEMODULE)))
USEMODULE
+=
color
endif
ifneq
(,$(filter libfixmath-unittests,$(USEMODULE)))
USEPKG
+=
libfixmath
endif
...
...
@@ -390,54 +367,6 @@ ifneq (,$(filter gnrc_netdev2,$(USEMODULE)))
USEMODULE
+=
netopt
endif
ifneq
(,$(filter hih6130,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter encx24j600,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter srf02,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter dht,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter lm75a,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter mpu9150,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter sht11,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter srf02,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter pcd8544,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter nvram_spi,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter ltc4150,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter at30tse75x,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter pthread,$(USEMODULE)))
USEMODULE
+=
xtimer
USEMODULE
+=
vtimer
...
...
This diff is collapsed.
Click to expand it.
drivers/Makefile.dep
0 → 100644
+
71
−
0
View file @
03999953
# driver dependencies (in alphabetical order)
ifneq
(,$(filter at30tse75x,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter at86rf2%,$(USEMODULE)))
USEMODULE
+=
at86rf2xx
USEMODULE
+=
ieee802154
USEMODULE
+=
xtimer
USEMODULE
+=
netif
endif
ifneq
(,$(filter cc110x,$(USEMODULE)))
USEMODULE
+=
ieee802154
endif
ifneq
(,$(filter dht,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter encx24j600,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter hih6130,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter kw2xrf,$(USEMODULE)))
USEMODULE
+=
ieee802154
USEMODULE
+=
netif
endif
ifneq
(,$(filter lm75a,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter ltc4150,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter mpu9150,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter nvram_spi,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter pcd8544,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter rgbled,$(USEMODULE)))
USEMODULE
+=
color
endif
ifneq
(,$(filter sht11,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter srf02,$(USEMODULE)))
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter xbee,$(USEMODULE)))
USEMODULE
+=
ieee802154
USEMODULE
+=
xtimer
USEMODULE
+=
netif
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