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
75528678
Commit
75528678
authored
9 years ago
by
Oleg Hahm
Browse files
Options
Downloads
Patches
Plain Diff
make: removed non-existing gnrc_netdev_eth
parent
c2ebeb12
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
+0
-4
0 additions, 4 deletions
Makefile.dep
sys/net/gnrc/Makefile
+0
-3
0 additions, 3 deletions
sys/net/gnrc/Makefile
with
0 additions
and
7 deletions
Makefile.dep
+
0
−
4
View file @
75528678
...
...
@@ -364,10 +364,6 @@ ifneq (,$(filter cpp11-compat,$(USEMODULE)))
FEATURES_REQUIRED
+=
cpp
endif
ifneq
(,$(filter gnrc_netdev_eth,$(USEMODULE)))
USEMODULE
+=
gnrc_pktbuf
endif
ifneq
(,$(filter gnrc,$(USEMODULE)))
USEMODULE
+=
gnrc_netapi
USEMODULE
+=
gnrc_netreg
...
...
This diff is collapsed.
Click to expand it.
sys/net/gnrc/Makefile
+
0
−
3
View file @
75528678
...
...
@@ -55,9 +55,6 @@ endif
ifneq
(,$(filter gnrc_netapi,$(USEMODULE)))
DIRS
+=
netapi
endif
ifneq
(,$(filter gnrc_netdev_eth,$(USEMODULE)))
DIRS
+=
link_layer/netdev_eth
endif
ifneq
(,$(filter gnrc_netif,$(USEMODULE)))
DIRS
+=
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