Merge pull request #14132 from leandrolanzieri/pr/makefiles/info-global/remove_dependency_cache
makefiles/info-global: Remove dependency resolution cache
This commit is contained in:
commit
4adb8ab402
@ -5,16 +5,6 @@
|
||||
info-boards-features-blacklisted \
|
||||
#
|
||||
|
||||
# Perform dependency resolution without having included
|
||||
# $(RIOTBASE)/Makefile.features for now. This results in no optional modules and
|
||||
# no architecture specific handling being done. The result will be a subset of
|
||||
# used modules and requirements that is present in for *all* boards, so this can
|
||||
# be cached to speed up individual dependency checks
|
||||
include $(RIOTMAKE)/defaultmodules.inc.mk
|
||||
# add default modules
|
||||
USEMODULE += $(filter-out $(DISABLE_MODULE),$(DEFAULT_MODULE))
|
||||
include $(RIOTMAKE)/dependency_resolution.inc.mk
|
||||
|
||||
BOARDDIR_GLOBAL := $(BOARDDIR)
|
||||
USEMODULE_GLOBAL := $(USEMODULE)
|
||||
USEPKG_GLOBAL := $(USEPKG)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user