URL
https://opencores.org/ocsvn/test_project/test_project/trunk
[/] [test_project/] [trunk/] [sw/] [icm/] [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: icm-nocache icm-icdc icm-ic icm-dc
|
3 |
|
|
|
4 |
|
|
|
5 |
|
|
icm-nocache: icm.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 |
|
|
icm-icdc: icm.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 |
|
|
icm-ic: icm.o ../support/reset-ic.o
|
16 |
|
|
$(OR32_TOOL_PREFIX)-ld -T ../support/orp.ld $? -o $@.or32 ../support/libsupport.a
|
17 |
|
|
$(OR32_TOOL_PREFIX)-objcopy -O binary $@.or32 $@.bin
|
18 |
|
|
../utils/bin2hex $@.bin > $@.hex
|
19 |
|
|
|
20 |
|
|
icm-dc: icm.o ../support/reset-dc.o
|
21 |
|
|
$(OR32_TOOL_PREFIX)-ld -T ../support/orp.ld $? -o $@.or32 ../support/libsupport.a
|
22 |
|
|
$(OR32_TOOL_PREFIX)-objcopy -O binary $@.or32 $@.bin
|
23 |
|
|
../utils/bin2hex $@.bin > $@.hex
|
24 |
|
|
|
25 |
|
|
icm.o: icm.S
|
26 |
|
|
$(OR32_TOOL_PREFIX)-gcc -O0 $? -c -o $@
|
27 |
|
|
|
28 |
|
|
clean:
|
29 |
|
|
rm -f *.o *.or32 *.log *.bin *.hex
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.