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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [orp/] [orp_soc/] [sw/] [tick/] [Makefile] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1156 lampret
 
2
all: tick-nocache tick-icdc
3
 
4
 
5
tick-nocache: tick.o ../support/reset-nocache.o
6
        or32-uclinux-ld -T ../support/orp.ld $? -o $@.or32 ../support/libsupport.a
7
        or32-uclinux-objcopy -O binary $@.or32 $@.bin
8
        ../utils/bin2hex $@.bin > $@.hex
9
        cp $@.hex ../../sim/src/
10
 
11
tick-icdc: tick.o ../support/reset-icdc.o
12
        or32-uclinux-ld -T ../support/orp.ld $? -o $@.or32 ../support/libsupport.a
13
        or32-uclinux-objcopy -O binary $@.or32 $@.bin
14
        ../utils/bin2hex $@.bin > $@.hex
15
        cp $@.hex ../../sim/src/
16
 
17
tick.o: tick.S
18
        or32-uclinux-gcc -O0 $? -I../support -c -o $@
19
 
20
clean:
21
        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.