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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [bootloaders/] [orpmon/] [services/] [Makefile] - Diff between revs 175 and 467

Show entire file | Details | Blame | View Log

Rev 175 Rev 467
Line 24... Line 24...
 
 
# CFLAGS += -DET_DEBUG -DDEBUG
# CFLAGS += -DET_DEBUG -DDEBUG
 
 
LIB     = services.o
LIB     = services.o
 
 
#OBJS   = net.o tftp.o bootp.o rarp.o arp.o dos.o modem.o
OBJS    = net.o tftp.o bootp.o rarp.o arp.o
OBJS    = net.o tftp.o bootp.o rarp.o arp.o #dos.o modem.o
 
 
 
all:    $(LIB)
all:    $(LIB)
 
 
$(LIB): $(START) $(OBJS) $(AOBJS)
$(LIB): $(START) $(OBJS) $(AOBJS)
        $(LD) -r -o $@ $(OBJS) $(AOBJS)
        $(LD) -r -o $@ $(OBJS) $(AOBJS)

powered by: WebSVN 2.1.0

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