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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [bootloaders/] [orpmon/] [drivers/] [Makefile] - Blame information for rev 389

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 marcus.erl
 
2
LIB     = drivers.o
3 140 julius
#OBJS   = int.o eth.o uart.o tick.o flash.o keyboard.o spi.o ata.o smc91111.o
4 389 tac2
OBJS    = int.o eth.o sdc.o uart.o tick.o #flash.o keyboard.o spi.o ata.o smc91111.o
5 2 marcus.erl
 
6
all:    $(LIB)
7
 
8
$(LIB): $(OBJS)
9
        $(LD) -r -o $@ $(OBJS)
10
 
11
.depend:        Makefile $(OBJS:.o=.c)
12
                $(CC) -M $(CFLAGS) $(OBJS:.o=.c) > $@
13
sinclude .depend

powered by: WebSVN 2.1.0

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