FreeCalypso > hg > fc-magnetite
diff helpers/Makefile @ 529:a490b0466fed
added mokosrec2bin to helpers to avoid external dependency
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 25 Oct 2018 20:46:56 +0000 |
parents | b8b08c302ace |
children |
line wrap: on
line diff
--- a/helpers/Makefile Sat Oct 13 07:38:13 2018 +0000 +++ b/helpers/Makefile Thu Oct 25 20:46:56 2018 +0000 @@ -1,6 +1,7 @@ CC= gcc CFLAGS= -O2 -PROGS= build-date cfg-hdr-gen makeline mk-flash-script srec4ram str2ind-ver +PROGS= build-date cfg-hdr-gen makeline mk-flash-script mokosrec2bin srec4ram \ + str2ind-ver all: ${PROGS} @@ -16,6 +17,9 @@ mk-flash-script: mk-flash-script.c ${CC} ${CFLAGS} -o $@ $@.c +mokosrec2bin: mokosrec2bin.c + ${CC} ${CFLAGS} -o $@ $@.c + srec4ram: srec4ram.c ${CC} ${CFLAGS} -o $@ $@.c