URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [orp/] [orp_soc/] [sw/] [syscall/] [Makefile] - Rev 1780
Go to most recent revision | Compare with Previous | Blame | View Log
all: syscall-nocache syscall-icdc
syscall-nocache: syscall.o ../support/reset-nocache.o
or32-uclinux-ld -T ../support/orp.ld $? -o $@.or32 ../support/libsupport.a
or32-uclinux-objcopy -O binary $@.or32 $@.bin
../utils/bin2hex $@.bin > $@.hex
cp $@.hex ../../sim/src/
syscall-icdc: syscall.o ../support/reset-icdc.o
or32-uclinux-ld -T ../support/orp.ld $? -o $@.or32 ../support/libsupport.a
or32-uclinux-objcopy -O binary $@.or32 $@.bin
../utils/bin2hex $@.bin > $@.hex
cp $@.hex ../../sim/src/
syscall.o: syscall.S
or32-uclinux-gcc -O0 $? -I../support -c -o $@
clean:
rm -f *.o *.or32 *.log *.bin *.hex
Go to most recent revision | Compare with Previous | Blame | View Log