From d5040d87ad282c3f953d2dd558a372048c59bd08 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Fri, 23 Mar 2018 14:58:13 +0100 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c8f91fd6..ccb1a8a16 100644 --- a/Makefile +++ b/Makefile @@ -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))