URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [hwtests/] [tmrtest/] [Makefile] - Rev 245
Compare with Previous | Blame | View Log
## Makefile for tmrtest ROM#BUILD = ../../build.PHONY: all install run cleanall: tmrtest.exoinstall: tmrtest.exotmrtest.exo: tmrtest.bin$(BUILD)/bin/bin2exo -S2 0 tmrtest.bin tmrtest.exotmrtest.bin: tmrtest.o$(BUILD)/bin/ld -h -rc 0xE0000000 \-o tmrtest.bin tmrtest.otmrtest.o: tmrtest.s$(BUILD)/bin/as -o tmrtest.o tmrtest.srun: tmrtest.bin$(BUILD)/bin/sim -i -s 1 -t 0 -r tmrtest.binclean:rm -f *~ tmrtest.o tmrtest.bin tmrtest.exo
