URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [binutils/] [tests-2/] [intrpt/] [Makefile] - Rev 218
Go to most recent revision | Compare with Previous | Blame | View Log
BUILD = ../../../build
all: intrpt.bin
intrpt.bin: intrpt.o
$(BUILD)/bin/ld -h -rc 0xC0000000 -o intrpt.bin intrpt.o
intrpt.o: intrpt.s
$(BUILD)/bin/as -o intrpt.o intrpt.s
run: intrpt.bin
$(BUILD)/bin/sim -t 1 -l intrpt.bin
clean:
rm -f *~ intrpt.bin intrpt.o
Go to most recent revision | Compare with Previous | Blame | View Log