Skip to content
Snippets Groups Projects
  • René Kijewski's avatar
    de29e418
    Add include paths automatocally for USEMODULES · de29e418
    René Kijewski authored
    Application developers use `$(USEMODULES)` in their Makefiles to have
    the relevant functionally automagically added to their apps. This even
    does basic dependency tracking by means of `Makefile.dep`.
    
    But an important thing is missing: the automatic adding of include
    paths. This is inconvenient, error prone, and will hinder the RIOT core
    developers in future to change folder structures.
    de29e418
    History
    Add include paths automatocally for USEMODULES
    René Kijewski authored
    Application developers use `$(USEMODULES)` in their Makefiles to have
    the relevant functionally automagically added to their apps. This even
    does basic dependency tracking by means of `Makefile.dep`.
    
    But an important thing is missing: the automatic adding of include
    paths. This is inconvenient, error prone, and will hinder the RIOT core
    developers in future to change folder structures.