[common] adjust makefile help menu

This commit is contained in:
stnolting 2024-12-01 19:56:03 +01:00
parent dcd11fe357
commit 4da94122e0

View file

@ -406,7 +406,7 @@ help:
@echo " elf_info - show ELF layout info" @echo " elf_info - show ELF layout info"
@echo " elf_sections - show ELF sections" @echo " elf_sections - show ELF sections"
@echo " clean - clean up project home folder" @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 " 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 " bootloader - compile, generate and install VHDL BOOTROM bootloader boot image <$(BOOT_VHD)>"
@echo "" @echo ""