Skip to content
Snippets Groups Projects
Unverified Commit 82c8d69f authored by Gaëtan Harter's avatar Gaëtan Harter
Browse files

Makefile.include: remove debug '$(info)'

Remove debug '$(info)' added by https://github.com/RIOT-OS/RIOT/pull/9451
parent 17545e43
No related branches found
No related tags found
No related merge requests found
...@@ -323,7 +323,6 @@ include $(RIOTBASE)/drivers/Makefile.include ...@@ -323,7 +323,6 @@ include $(RIOTBASE)/drivers/Makefile.include
$(RIOTPKG)/%/Makefile.include:: $(RIOTPKG)/%/Makefile.include::
$(Q)"$(MAKE)" -C $(RIOTPKG)/$* Makefile.include $(Q)"$(MAKE)" -C $(RIOTPKG)/$* Makefile.include
$(info $(USEPKG:%=$(RIOTPKG)/%/Makefile.include))
.PHONY: $(USEPKG:%=$(RIOTPKG)/%/Makefile.include) .PHONY: $(USEPKG:%=$(RIOTPKG)/%/Makefile.include)
-include $(USEPKG:%=$(RIOTPKG)/%/Makefile.include) -include $(USEPKG:%=$(RIOTPKG)/%/Makefile.include)
......
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