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

Subversion Repositories test_project

[/] [test_project/] [trunk/] [sw/] [support/] [Makefile] - Blame information for rev 54

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

Line No. Rev Author Line
1 25 julius
include Makefile.inc
2
 
3
all: libsupport.a reset-nocache.o reset-ic.o reset-dc.o reset-icdc.o
4
 
5 52 julius
libsupport.a: support.o int.o except.o uart.o vfnprintf.o
6
        $(OR32_TOOL_PREFIX)-ar cru libsupport.a support.o except.o int.o uart.o vfnprintf.o
7 25 julius
        $(OR32_TOOL_PREFIX)-ranlib libsupport.a
8
 
9
support.o: support.c
10 33 julius
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -O2 -c -o $@ $?
11 25 julius
 
12
reset-nocache.o: reset.S
13 33 julius
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -O2 -c -DIC=0 -DDC=0 -o $@ $?
14 25 julius
 
15
reset-dc.o: reset.S
16 33 julius
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -O2 -c -DIC=0 -DDC=1 -o $@ $?
17 25 julius
 
18
reset-ic.o: reset.S
19 33 julius
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -O2 -c -DIC=1 -DDC=0 -o $@ $?
20 25 julius
 
21
reset-icdc.o: reset.S
22 33 julius
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -O2 -c -DIC=1 -DDC=1 -o $@ $?
23 25 julius
 
24
except.o: except.S
25 33 julius
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -O2 -c -o $@ $?
26 25 julius
 
27 52 julius
uart.o: uart.c
28
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -O2 -c -o $@ $?
29
 
30
#snprintf.o: snprintf.c
31
#       $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -O2 -c -o $@ $?
32
 
33
vfnprintf.o: vfnprintf.c
34
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -O2 -c -o $@ $?
35
 
36 25 julius
int.o: int.c
37 33 julius
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) -O2 -c -o $@ $?

powered by: WebSVN 2.1.0

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