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

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

Remove debug '$(info)' added by https://github.com/RIOT-OS/RIOT/pull/9451
This commit is contained in:
Gaëtan Harter 2018-07-10 18:37:06 +02:00
parent 17545e4389
commit 82c8d69f34
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -323,7 +323,6 @@ include $(RIOTBASE)/drivers/Makefile.include
$(RIOTPKG)/%/Makefile.include::
$(Q)"$(MAKE)" -C $(RIOTPKG)/$* Makefile.include
$(info $(USEPKG:%=$(RIOTPKG)/%/Makefile.include))
.PHONY: $(USEPKG:%=$(RIOTPKG)/%/Makefile.include)
-include $(USEPKG:%=$(RIOTPKG)/%/Makefile.include)