From 655186c986c5b90ca774e59c73ea04c7fe7f97d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= <gaetan.harter@fu-berlin.de> Date: Wed, 28 Mar 2018 17:32:11 +0200 Subject: [PATCH] Makefile.include: rm deprecated comment on default goal --- Makefile.include | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.include b/Makefile.include index 16afa50e03..4511cafed7 100644 --- a/Makefile.include +++ b/Makefile.include @@ -463,8 +463,7 @@ $(CURDIR)/eclipsesym.xml: # Export variables used throughout the whole make system: include $(RIOTMAKE)/vars.inc.mk -# Include build targets for selected tools after the default RIOT targets have -# been defined (-> so the `all` will be always the first target) +# Include build targets for selected tools include $(RIOTMAKE)/tools/targets.inc.mk # Warn if the selected board and drivers don't provide all needed features: -- GitLab