mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Makefile.dep: include each sys included module deps if available
This commit is contained in:
parent
829af7c105
commit
cbca7ca149
@ -19,6 +19,9 @@ include $(RIOTBASE)/drivers/Makefile.dep
|
|||||||
# pull Makefile.dep of each driver modules if they exist
|
# pull Makefile.dep of each driver modules if they exist
|
||||||
-include $(sort $(USEMODULE:%=$(RIOTBASE)/drivers/%/Makefile.dep))
|
-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
|
# pull dependencies from packages
|
||||||
-include $(PKG_PATHS:%=%Makefile.dep)
|
-include $(PKG_PATHS:%=%Makefile.dep)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user