Move elf2hex preprocessing into separate script

This commit is contained in:
Colin Schmidt
2020-08-05 11:17:48 -07:00
parent 5bfc289677
commit edbb86ef98
3 changed files with 16 additions and 3 deletions

View File

@@ -173,6 +173,7 @@ override SIM_FLAGS += +loadmem=$(LOADMEM) +loadmem_addr=$(LOADMEM_ADDR)
endif
VERBOSE_FLAGS ?= +verbose
sim_out_name = $(output_dir)/$(subst $() $(),_,$(notdir $(basename $(BINARY))))
binary_hex= $(sim_out_name).loadmem_hex
#########################################################################################
# build output directory for compilation