URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [orpmon/] [services/] [Makefile] - Diff between revs 833 and 923
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 833 |
Rev 923 |
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
|
OBJS = net.o tftp.o bootp.o rarp.o arp.o dos.o
|
|
|
all: $(LIB)
|
all: $(LIB)
|
|
|
$(LIB): $(START) $(OBJS) $(AOBJS)
|
$(LIB): $(START) $(OBJS) $(AOBJS)
|
$(LD) -r -o $@ $(OBJS) $(AOBJS)
|
$(LD) -r -o $@ $(OBJS) $(AOBJS)
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.