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
83711b48
Commit
83711b48
authored
6 years ago
by
semjonkerner
Committed by
Semjon Kerner
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
drivers/Makefile.dep: order modules alphabetically
parent
603c04e2
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
drivers/Makefile.dep
+15
-15
15 additions, 15 deletions
drivers/Makefile.dep
with
15 additions
and
15 deletions
drivers/Makefile.dep
+
15
−
15
View file @
83711b48
...
...
@@ -234,6 +234,11 @@ ifneq (,$(filter lis3dh,$(USEMODULE)))
FEATURES_REQUIRED
+=
periph_spi
endif
ifneq
(,$(filter lis3mdl,$(USEMODULE)))
FEATURES_REQUIRED
+=
periph_i2c
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter lpd8808,$(USEMODULE)))
USEMODULE
+=
color
FEATURES_REQUIRED
+=
periph_gpio
...
...
@@ -420,11 +425,21 @@ ifneq (,$(filter tcs37727,$(USEMODULE)))
FEATURES_REQUIRED
+=
periph_i2c
endif
ifneq
(,$(filter tja1042,$(USEMODULE)))
USEMODULE
+=
can_trx
FEATURES_REQUIRED
+=
periph_gpio
endif
ifneq
(,$(filter tmp006,$(USEMODULE)))
FEATURES_REQUIRED
+=
periph_i2c
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter tsl2561,$(USEMODULE)))
FEATURES_REQUIRED
+=
periph_i2c
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter uart_half_duplex,$(USEMODULE)))
FEATURES_REQUIRED
+=
periph_gpio
FEATURES_REQUIRED
+=
periph_uart
...
...
@@ -449,18 +464,3 @@ ifneq (,$(filter xbee,$(USEMODULE)))
USEMODULE
+=
xtimer
USEMODULE
+=
netif
endif
ifneq
(,$(filter lis3mdl,$(USEMODULE)))
FEATURES_REQUIRED
+=
periph_i2c
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter tja1042,$(USEMODULE)))
USEMODULE
+=
can_trx
FEATURES_REQUIRED
+=
periph_gpio
endif
ifneq
(,$(filter tsl2561,$(USEMODULE)))
FEATURES_REQUIRED
+=
periph_i2c
USEMODULE
+=
xtimer
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