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