1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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

The rule to rebuild the Makefile.include(s) should be removed at some
point.
This commit is contained in:
Juan Carrano 2018-07-23 17:04:15 +02:00
parent 5ce0720bcf
commit 8667758cb0

View File

@ -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