Skip to content
Snippets Groups Projects
  • Martine Lenders's avatar
    4283b151
    gnrc_rpl: fix dependencies · 4283b151
    Martine Lenders authored
    The dependency conditional for RPL was at the very end of
    `Makefile.dep`, giving depending modules no chance to pull in their
    dependencies.
    
    Also it pulled in the deprecated module `net_help`, though it did not
    use any of it's functions (it just included `inet_pton.h` for `AF_INET6`).
    4283b151
    History
    gnrc_rpl: fix dependencies
    Martine Lenders authored
    The dependency conditional for RPL was at the very end of
    `Makefile.dep`, giving depending modules no chance to pull in their
    dependencies.
    
    Also it pulled in the deprecated module `net_help`, though it did not
    use any of it's functions (it just included `inet_pton.h` for `AF_INET6`).