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

Subversion Repositories test_project

[/] [test_project/] [trunk/] [sw/] [syscall/] [Makefile] - Blame information for rev 36

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 25 julius
include ../support/Makefile.inc
2
all: syscall-nocache syscall-icdc
3
 
4
 
5
syscall-nocache: syscall.o ../support/reset-nocache.o
6
        $(OR32_TOOL_PREFIX)-ld -T ../support/orp.ld $? -o $@.or32 ../support/libsupport.a
7
        $(OR32_TOOL_PREFIX)-objcopy -O binary $@.or32 $@.bin
8
        ../utils/bin2hex $@.bin > $@.hex
9
 
10
syscall-icdc: syscall.o ../support/reset-icdc.o
11
        $(OR32_TOOL_PREFIX)-ld -T ../support/orp.ld $? -o $@.or32 ../support/libsupport.a
12
        $(OR32_TOOL_PREFIX)-objcopy -O binary $@.or32 $@.bin
13
        ../utils/bin2hex $@.bin > $@.hex
14
 
15
syscall.o: syscall.S
16
        $(OR32_TOOL_PREFIX)-gcc -O0 $? -I../support -c -o $@
17
 
18
clean:
19
        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.