FreeCalypso > hg > fc-magnetite
view fcdev3b-hacks/src/Makefile @ 666:711b1c6c4e72
LPG and PWL config for D-Sample and GTM900 targets
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 27 May 2020 23:19:42 +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