Makefile: Update outdated example

The project the help text uses as its example does no longer exist. Replace
it with a different project.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
main
Lars-Peter Clausen 2018-03-23 14:58:13 +01:00 committed by István Csomortáni
parent 35a39ba2e6
commit d5040d87ad
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ help:
@echo "To build a specific project:"
@echo " make proj.board"
@echo "e.g.,"
@echo " make fmcomms1.zed"
@echo " make adv7511.zed"
PROJECTS := $(filter-out $(NO_PROJ), $(shell ls projects))