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

Subversion Repositories minsoc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 36 rfajardo
all: libdrivers.a
2
 
3
libdrivers.a: eth.o uart.o interrupts.o can.o i2c.o tick.o
4
        $(OR32_TOOL_PREFIX)-ar cru libdrivers.a eth.o uart.o interrupts.o can.o i2c.o tick.o
5
        $(OR32_TOOL_PREFIX)-ranlib libdrivers.a
6
 
7
eth.o: eth.c
8
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) $? -c -o $@
9
 
10
uart.o: uart.c
11
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) $? -c -o $@
12
 
13
interrupts.o: interrupts.c
14
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) $? -c -o $@
15
 
16
can.o: can.c
17
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) $? -c -o $@
18
 
19
i2c.o: i2c.c
20
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) $? -c -o $@
21
 
22
tick.o: tick.c
23
        $(OR32_TOOL_PREFIX)-gcc $(GCC_OPT) $? -c -o $@
24
 
25
include ../support/Makefile.inc

powered by: WebSVN 2.1.0

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