OpenCores
URL https://opencores.org/ocsvn/test_project/test_project/trunk

Subversion Repositories test_project

[/] [test_project/] [trunk/] [sw/] [basic/] [Makefile] - Diff between revs 25 and 33

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 25 Rev 33
Line 22... Line 22...
        $(OR32_TOOL_PREFIX)-ld -T ../support/orp.ld $? -o $@.or32 ../support/libsupport.a
        $(OR32_TOOL_PREFIX)-ld -T ../support/orp.ld $? -o $@.or32 ../support/libsupport.a
        $(OR32_TOOL_PREFIX)-objcopy -O binary $@.or32 $@.bin
        $(OR32_TOOL_PREFIX)-objcopy -O binary $@.or32 $@.bin
        ../utils/bin2hex $@.bin > $@.hex
        ../utils/bin2hex $@.bin > $@.hex
 
 
basic.o: basic.S
basic.o: basic.S
        $(OR32_TOOL_PREFIX)-gcc -O0 $? -c -o $@
        $(OR32_TOOL_PREFIX)-gcc -mhard-mul -O0 $? -c -o $@
 
 
clean:
clean:
        rm -f *.o *.or32 *.log *.bin *.hex
        rm -f *.o *.or32 *.log *.bin *.hex

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.