From a23be5e6b37d1107b456c64dae15e1ce4128d4b1 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 2 Jun 2019 15:52:58 +0200 Subject: [PATCH] make help: remove spurious parenthesis --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e6b2f6fbe..a202f921d 100644 --- a/Makefile +++ b/Makefile @@ -63,9 +63,9 @@ help: @echo "+ clean - Clean in all targets" @echo @echo "+ bootrom - Make bootrom" - @echo "+ os - Make armsrc \(includes fpga\)" + @echo "+ os - Make armsrc (includes fpga)" @echo "+ flash-bootrom - Make bootrom and flash it" - @echo "+ flash-os - Make armsrc and flash os image \(includes fpga\)" + @echo "+ flash-os - Make armsrc and flash os image (includes fpga)" @echo "+ flash-all - Make bootrom and armsrc and flash bootrom and os image" @echo "+ recovery - Make bootrom and armsrc images for JTAG flashing" @echo