URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [sw/] [syscall/] [Makefile] - Rev 45
Go to most recent revision | Compare with Previous | Blame | View Log
include ../support/Makefile.incall: syscall-nocache syscall-icdcsyscall-nocache: syscall.o ../support/reset-nocache.o$(OR32_TOOL_PREFIX)-ld -T ../support/orp.ld $? -o $@.or32 ../support/libsupport.a$(OR32_TOOL_PREFIX)-objcopy -O binary $@.or32 $@.bin../utils/bin2hex $@.bin 1 -size_word > $@$(FLASH_MEM_HEX_FILE_SUFFIX).hex../utils/bin2vmem $@.bin > $@.vmemsyscall-icdc: syscall.o ../support/reset-icdc.o$(OR32_TOOL_PREFIX)-ld -T ../support/orp.ld $? -o $@.or32 ../support/libsupport.a$(OR32_TOOL_PREFIX)-objcopy -O binary $@.or32 $@.bin../utils/bin2hex $@.bin 1 -size_word > $@$(FLASH_MEM_HEX_FILE_SUFFIX).hex../utils/bin2vmem $@.bin > $@.vmemsyscall.o: syscall.S$(OR32_TOOL_PREFIX)-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
