FreeCalypso > hg > fc-magnetite
view romvecs-patch/Makefile @ 468:79bc5876eb98
romvecs-patch: actual patch for xxd created
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 25 Mar 2018 01:28:30 +0000 |
parents | 3285960cc1b9 |
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