FreeCalypso > hg > fc-magnetite
view helpers/Makefile @ 579:8a2aa6b8aed8
GPF test partition size increased to accommodate longer traces
This change is needed in order to accommodate the increased length of
the firmware version string which is emitted as a trace on boot,
but it will certainly help with other traces too.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 28 Jan 2019 04:56:35 +0000 |
parents | a490b0466fed |
children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROGS= build-date cfg-hdr-gen makeline mk-flash-script mokosrec2bin srec4ram \ str2ind-ver all: ${PROGS} build-date: build-date.c ${CC} ${CFLAGS} -o $@ $@.c cfg-hdr-gen: cfg-hdr-gen.c ${CC} ${CFLAGS} -o $@ $@.c makeline: makeline.c ${CC} ${CFLAGS} -o $@ $@.c 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 str2ind-ver: str2ind-ver.c ${CC} ${CFLAGS} -o $@ $@.c clean: rm -f ${PROGS}