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

Subversion Repositories minsoc

[/] [minsoc/] [tags/] [release-0.9/] [sw/] [support/] [Makefile] - Blame information for rev 42

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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