mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
Makefile.dep: include per driver Makefile.dep if used and exist
This commit is contained in:
parent
f013be5507
commit
54d51bb098
@ -15,6 +15,9 @@
|
|||||||
include $(RIOTBASE)/sys/Makefile.dep
|
include $(RIOTBASE)/sys/Makefile.dep
|
||||||
include $(RIOTBASE)/drivers/Makefile.dep
|
include $(RIOTBASE)/drivers/Makefile.dep
|
||||||
|
|
||||||
|
# pull Makefile.dep of each driver modules if they exist
|
||||||
|
-include $(sort $(USEMODULE:%=$(RIOTBASE)/drivers/%/Makefile.dep))
|
||||||
|
|
||||||
# pull dependencies from packages
|
# pull dependencies from packages
|
||||||
-include $(USEPKG:%=$(RIOTPKG)/%/Makefile.dep)
|
-include $(USEPKG:%=$(RIOTPKG)/%/Makefile.dep)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user