spc5studio makefile modify
Hello.
i use SPC5Studio tool
i started import samples from application library / Bootloader ...
the project complie is ok.
i modified Makefile.
i know this file automatically generated
but i must modify the compile option
"HEX = $(U_GHS_PATH)gsrec -hex386" to "HEX = $(U_GHS_PATH)gsrec -hex386 -crc32"
and then, this compile is ok.
but. If i generate it again, the additional option disappears (-crc32).
prevent the makefile from being regenerated,
I want to put an option in the place that creates the makefile.
thanks
