mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #10344 from jcarrano/makefile.include-cannot-be-made
Makefile.include: remove rule to remake PKGs' Makefile.include
This commit is contained in:
commit
cd35eddada
@ -357,10 +357,6 @@ include $(RIOTBASE)/sys/Makefile.include
|
||||
include $(RIOTBASE)/drivers/Makefile.include
|
||||
|
||||
# include Makefile.includes for packages in $(USEPKG)
|
||||
$(RIOTPKG)/%/Makefile.include::
|
||||
$(Q)"$(MAKE)" -C $(RIOTPKG)/$* Makefile.include
|
||||
|
||||
$(USEPKG:%=$(RIOTPKG)/%/Makefile.include): FORCE
|
||||
-include $(USEPKG:%=$(RIOTPKG)/%/Makefile.include)
|
||||
|
||||
# include external modules configuration
|
||||
@ -488,7 +484,7 @@ endef
|
||||
|
||||
# The `clean` needs to be serialized before everything else.
|
||||
ifneq (, $(filter clean, $(MAKECMDGOALS)))
|
||||
all $(BASELIBS) $(USEPKG:%=$(RIOTPKG)/%/Makefile.include) $(BUILDDEPS) ..in-docker-container: clean
|
||||
all $(BASELIBS) $(BUILDDEPS) ..in-docker-container: clean
|
||||
endif
|
||||
|
||||
.PHONY: pkg-prepare pkg-build pkg-build-%
|
||||
|
Loading…
Reference in New Issue
Block a user