URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 175 |
Rev 389 |
Line 1... |
Line 1... |
|
|
LIB = drivers.o
|
LIB = drivers.o
|
#OBJS = int.o eth.o uart.o tick.o flash.o keyboard.o spi.o ata.o smc91111.o
|
#OBJS = int.o eth.o uart.o tick.o flash.o keyboard.o spi.o ata.o smc91111.o
|
OBJS = int.o eth.o uart.o tick.o #flash.o keyboard.o spi.o ata.o smc91111.o
|
OBJS = int.o eth.o sdc.o uart.o tick.o #flash.o keyboard.o spi.o ata.o smc91111.o
|
|
|
all: $(LIB)
|
all: $(LIB)
|
|
|
$(LIB): $(OBJS)
|
$(LIB): $(OBJS)
|
$(LD) -r -o $@ $(OBJS)
|
$(LD) -r -o $@ $(OBJS)
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.