From 6745c5f1cc6c952f7ddb11eacaafc4719c21e3ec Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Mon, 9 Oct 2017 21:57:38 +0200 Subject: [PATCH] Makefile.include: fix 'usage' --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index f03b803a0..65f4db787 100644 --- a/Makefile.include +++ b/Makefile.include @@ -43,7 +43,7 @@ ifdef CI endif usage: - @echo "make MAKETARGETS... [TARGET=(TARGET)] [savetarget] [targets]" + @echo "make MAKETARGETS... [TARGET=(TARGET)] [BOARD=(BOARD)] [savetarget] [targets]" targets: @ls -1 $(CONTIKI)/arch/platform $(TARGETDIRS)