Skip to content
Snippets Groups Projects
Commit 8667758c authored by Juan Carrano's avatar Juan Carrano
Browse files

Makefile.include: make pkgs Makefile.include FORCE instead of PHONY

The rule to rebuild the Makefile.include(s) should be removed at some
point.
parent 5ce0720b
No related branches found
No related tags found
No related merge requests found
......@@ -323,7 +323,7 @@ include $(RIOTBASE)/drivers/Makefile.include
$(RIOTPKG)/%/Makefile.include::
$(Q)"$(MAKE)" -C $(RIOTPKG)/$* Makefile.include
.PHONY: $(USEPKG:%=$(RIOTPKG)/%/Makefile.include)
$(USEPKG:%=$(RIOTPKG)/%/Makefile.include): FORCE
-include $(USEPKG:%=$(RIOTPKG)/%/Makefile.include)
# Deduplicate includes without sorting them
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment