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
64544ee9
Commit
64544ee9
authored
9 years ago
by
Oleg Hahm
Browse files
Options
Downloads
Plain Diff
Merge pull request #3543 from cgundogan/pr/universal_address/cleanup
sys/universal_address: Makefile cleanup
parents
f3494b12
a2f4d990
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sys/Makefile
+0
-3
0 additions, 3 deletions
sys/Makefile
sys/universal_address/Makefile
+0
-2
0 additions, 2 deletions
sys/universal_address/Makefile
with
0 additions
and
5 deletions
sys/Makefile
+
0
−
3
View file @
64544ee9
...
@@ -160,9 +160,6 @@ endif
...
@@ -160,9 +160,6 @@ endif
ifneq
(,$(filter ng_netdev_eth,$(USEMODULE)))
ifneq
(,$(filter ng_netdev_eth,$(USEMODULE)))
DIRS
+=
net/link_layer/ng_netdev_eth
DIRS
+=
net/link_layer/ng_netdev_eth
endif
endif
ifneq
(,$(filter universal_address,$(USEMODULE)))
DIRS
+=
universal_address
endif
DIRS
+=
$(
dir
$(
wildcard
$(
addsuffix /Makefile,
${
USEMODULE
})))
DIRS
+=
$(
dir
$(
wildcard
$(
addsuffix /Makefile,
${
USEMODULE
})))
...
...
This diff is collapsed.
Click to expand it.
sys/universal_address/Makefile
+
0
−
2
View file @
64544ee9
MODULE
=
universal_address
include
$(RIOTBASE)/Makefile.base
include
$(RIOTBASE)/Makefile.base
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