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
207ad677
Commit
207ad677
authored
9 years ago
by
Martine Lenders
Browse files
Options
Downloads
Patches
Plain Diff
examples/default: fix indentation in Makefile
parent
b3c16b3a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/default/Makefile
+11
-11
11 additions, 11 deletions
examples/default/Makefile
with
11 additions
and
11 deletions
examples/default/Makefile
+
11
−
11
View file @
207ad677
...
@@ -48,23 +48,23 @@ FEATURES_OPTIONAL += config
...
@@ -48,23 +48,23 @@ FEATURES_OPTIONAL += config
FEATURES_OPTIONAL
+=
periph_rtc
FEATURES_OPTIONAL
+=
periph_rtc
ifneq
(,$(filter msb-430,$(BOARD)))
ifneq
(,$(filter msb-430,$(BOARD)))
USEMODULE
+=
sht11
USEMODULE
+=
sht11
endif
endif
ifneq
(,$(filter msba2,$(BOARD)))
ifneq
(,$(filter msba2,$(BOARD)))
USEMODULE
+=
sht11
USEMODULE
+=
sht11
USEMODULE
+=
mci
USEMODULE
+=
mci
USEMODULE
+=
random
USEMODULE
+=
random
endif
endif
ifneq
(,$(filter iotlab-m3,$(BOARD)))
ifneq
(,$(filter iotlab-m3,$(BOARD)))
USEMODULE
+=
isl29020
USEMODULE
+=
isl29020
USEMODULE
+=
lps331ap
USEMODULE
+=
lps331ap
USEMODULE
+=
l3g4200d
USEMODULE
+=
l3g4200d
USEMODULE
+=
lsm303dlhc
USEMODULE
+=
lsm303dlhc
endif
endif
ifneq
(,$(filter fox,$(BOARD)))
ifneq
(,$(filter fox,$(BOARD)))
USEMODULE
+=
lps331ap
USEMODULE
+=
lps331ap
USEMODULE
+=
l3g4200d
USEMODULE
+=
l3g4200d
USEMODULE
+=
lsm303dlhc
USEMODULE
+=
lsm303dlhc
endif
endif
include
$(RIOTBASE)/Makefile.include
include
$(RIOTBASE)/Makefile.include
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