gnrc_netif: replace GNRC_NETIF_SINGLE with gnrc_netif_single pseudo-module#14632
gnrc_netif: replace GNRC_NETIF_SINGLE with gnrc_netif_single pseudo-module#14632miri64 merged 1 commit intoRIOT-OS:masterfrom
Conversation
There was a problem hiding this comment.
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
|
|
|
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)