Makefile.include: fix 'usage'

This commit is contained in:
Simon Duquennoy 2017-10-09 21:57:38 +02:00
parent 75ed5a03a6
commit 6745c5f1cc
1 changed files with 1 additions and 1 deletions

View File

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