make help: remove spurious parenthesis

This commit is contained in:
Philippe Teuwen 2019-06-02 15:52:58 +02:00
parent 7e31e7f930
commit a23be5e6b3

View file

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