system/hex2bin: Fix compilation error

Avoid overwrite the PROGNAME.
This commit is contained in:
SPRESENSE 2020-07-28 11:57:30 +09:00 committed by Alin Jerpelea
parent 088df5f156
commit fb26ef28c6

View File

@ -46,7 +46,7 @@ endif
ifeq ($(CONFIG_SYSTEM_HEX2MEM_BUILTIN),y)
MAINSRC += hex2mem_main.c
PROGNAME = hex2mem
PROGNAME += hex2mem
STACKSIZE += $(CONFIG_SYSTEM_HEX2MEM_STACKSIZE)
PRIORITY += $(CONFIG_SYSTEM_HEX2MEM_PRIORITY)
endif