FreeCalypso > hg > fc-magnetite
view fcdev3b-hacks/src/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 | 8d9298e0823a |
children |
line wrap: on
line source
all: romvecs-insert.lst romvecs-insert.o: romvecs-insert.S arm-elf-gcc -c $< romvecs-insert.lst: romvecs-insert.o arm-elf-objdump -d $< > $@ clean: rm -f romvecs-insert.o romvecs-insert.lst