-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gnrc_netif: replace GNRC_NETIF_SINGLE with gnrc_netif_single pseudo-module #14632
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NACK. This moves a GNRC-specific optimization to netif
without providing any support for that in other network stacks and also is based on a misunderstanding in #13746 (comment)
Alternatively you could move this to a pseudo-module to |
Ok, it could, since it makes it more obvious to the build system... ^^ |
Ok, I re-wrote the PR to use |
I'm fine with the current state, however the makefiles should not desolve into chaos ;-) |
I'm fine with the current state, but I still need to test this.
Tested so far
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK. Please squash
No, if I remove the previous two test cases the test case succeeds, but then the last one fails, so its always on the third test case :-/ |
See #14636 |
Contribution description
To being able to use this information during dependency resolution, make gnrc_netif_single a pseudo-module.
Testing procedure
File size of the affected examples should not change.
Issues/PRs references
#13746 (comment)