Skip to content

Commit

Permalink
Merge #19492
Browse files Browse the repository at this point in the history
19492: sys: partly refactor make dependency resolution r=aabadie a=aabadie



Co-authored-by: Alexandre Abadie <[email protected]>
  • Loading branch information
bors[bot] and aabadie authored Jun 15, 2023
2 parents 829af7c + 1826331 commit 5d32c95
Show file tree
Hide file tree
Showing 38 changed files with 316 additions and 391 deletions.
3 changes: 3 additions & 0 deletions Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ include $(RIOTBASE)/drivers/Makefile.dep
# pull Makefile.dep of each driver modules if they exist
-include $(sort $(USEMODULE:%=$(RIOTBASE)/drivers/%/Makefile.dep))

# pull Makefile.dep of each sys modules if they exist
-include $(sort $(USEMODULE:%=$(RIOTBASE)/sys/%/Makefile.dep))

# pull dependencies from packages
-include $(PKG_PATHS:%=%Makefile.dep)

Expand Down
Loading

0 comments on commit 5d32c95

Please sign in to comment.