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
a8972ab7
Commit
a8972ab7
authored
7 years ago
by
Hauke Petersen
Browse files
Options
Downloads
Patches
Plain Diff
make: fix indention to 2 spaces in Makefile.dep
parent
8f8c7e31
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
+32
-32
32 additions, 32 deletions
Makefile.dep
with
32 additions
and
32 deletions
Makefile.dep
+
32
−
32
View file @
a8972ab7
...
...
@@ -35,20 +35,20 @@ ifneq (,$(filter netdev_ieee802154,$(USEMODULE)))
endif
ifneq
(,$(filter gnrc_uhcpc,$(USEMODULE)))
USEMODULE
+=
uhcpc
USEMODULE
+=
gnrc_sock_udp
USEMODULE
+=
fmt
USEMODULE
+=
uhcpc
USEMODULE
+=
gnrc_sock_udp
USEMODULE
+=
fmt
endif
ifneq
(,$(filter nordic_softdevice_ble,$(USEPKG)))
USEMODULE
+=
softdevice_handler
USEMODULE
+=
ble_common
USEMODULE
+=
ble_6lowpan
USEMODULE
+=
gnrc_sixlowpan
USEMODULE
+=
gnrc_sixlowpan_iphc
USEMODULE
+=
gnrc_ipv6_default
USEMODULE
+=
gnrc_netdev
USEMODULE
+=
gnrc_ipv6_netif
USEMODULE
+=
softdevice_handler
USEMODULE
+=
ble_common
USEMODULE
+=
ble_6lowpan
USEMODULE
+=
gnrc_sixlowpan
USEMODULE
+=
gnrc_sixlowpan_iphc
USEMODULE
+=
gnrc_ipv6_default
USEMODULE
+=
gnrc_netdev
USEMODULE
+=
gnrc_ipv6_netif
endif
ifneq
(,$(filter gnrc_%,$(filter-out gnrc_netapi gnrc_netreg gnrc_netif% gnrc_pktbuf,$(USEMODULE))))
...
...
@@ -514,8 +514,8 @@ ifneq (,$(filter netstats_%, $(USEMODULE)))
endif
ifneq
(,$(filter pthread,$(USEMODULE)))
USEMODULE
+=
xtimer
USEMODULE
+=
timex
USEMODULE
+=
xtimer
USEMODULE
+=
timex
endif
ifneq
(,$(filter schedstatistics,$(USEMODULE)))
...
...
@@ -523,14 +523,14 @@ ifneq (,$(filter schedstatistics,$(USEMODULE)))
endif
ifneq
(,$(filter arduino,$(USEMODULE)))
FEATURES_REQUIRED
+=
arduino
FEATURES_REQUIRED
+=
cpp
USEMODULE
+=
xtimer
FEATURES_REQUIRED
+=
arduino
FEATURES_REQUIRED
+=
cpp
USEMODULE
+=
xtimer
endif
ifneq
(,$(filter xtimer,$(USEMODULE)))
FEATURES_REQUIRED
+=
periph_timer
USEMODULE
+=
div
FEATURES_REQUIRED
+=
periph_timer
USEMODULE
+=
div
endif
ifneq
(,$(filter saul_reg,$(USEMODULE)))
...
...
@@ -552,14 +552,14 @@ ifneq (,$(filter phydat,$(USEMODULE)))
endif
ifneq
(,$(filter random,$(USEMODULE)))
# select default prng
ifeq
(,$(filter prng_%,$(USEMODULE)))
USEMODULE
+=
prng_tinymt32
endif
# select default prng
ifeq
(,$(filter prng_%,$(USEMODULE)))
USEMODULE
+=
prng_tinymt32
endif
ifneq
(,$(filter prng_tinymt32,$(USEMODULE)))
USEMODULE
+=
tinymt32
endif
ifneq
(,$(filter prng_tinymt32,$(USEMODULE)))
USEMODULE
+=
tinymt32
endif
endif
ifneq
(,$(filter emcute,$(USEMODULE)))
...
...
@@ -577,9 +577,9 @@ ifneq (,$(filter devfs,$(USEMODULE)))
endif
ifneq
(,$(filter vfs,$(USEMODULE)))
ifeq
(native, $(BOARD))
USEMODULE
+=
native_vfs
endif
ifeq
(native, $(BOARD))
USEMODULE
+=
native_vfs
endif
endif
ifneq
(,$(filter sock_dns,$(USEMODULE)))
...
...
@@ -587,10 +587,10 @@ ifneq (,$(filter sock_dns,$(USEMODULE)))
endif
ifneq
(,$(filter spiffs,$(USEMODULE)))
USEPKG
+=
spiffs
USEMODULE
+=
vfs
USEMODULE
+=
spiffs_fs
USEMODULE
+=
mtd
USEPKG
+=
spiffs
USEMODULE
+=
vfs
USEMODULE
+=
spiffs_fs
USEMODULE
+=
mtd
endif
# include package dependencies
...
...
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