Comment on objcopy elf -> rom step

This commit is contained in:
Tharo 2025-09-09 22:06:37 +01:00
parent d04725480d
commit b771b49efd
1 changed files with 1 additions and 0 deletions

View File

@ -849,6 +849,7 @@ else
endif
$(ROM): $(ELF)
# Here we extract the value of the _RomSize symbol to know to what size the ROM should be padded to
$(OBJCOPY) --pad-to 0x$$($(OBJDUMP) -t $< | grep _RomSize | cut -d ' ' -f 1) -O binary $< $@
$(PYTHON) -m ipl3checksum sum --cic $(CIC) --update $@