mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[common] adjust makefile help menu
This commit is contained in:
parent
dcd11fe357
commit
4da94122e0
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ help:
|
|||
@echo " elf_info - show ELF layout info"
|
||||
@echo " elf_sections - show ELF sections"
|
||||
@echo " clean - clean up project home folder"
|
||||
@echo " clean_all - clean up whole project, core libraries and image generator"
|
||||
@echo " clean_all - clean up project home folder and image generator"
|
||||
@echo " bl_image - compile and generate VHDL BOOTROM bootloader boot image <$(BOOT_VHD)> in local folder"
|
||||
@echo " bootloader - compile, generate and install VHDL BOOTROM bootloader boot image <$(BOOT_VHD)>"
|
||||
@echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue