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

Subversion Repositories or1k

[/] [or1k/] [tags/] [initial/] [orpmon/] [cmds/] [Makefile] - Blame information for rev 1778

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 809 simons
 
2
LIB     = cmds.o
3
#OBJS   = dhry.o eth.o cpu.o camera.o tftp.o memory.o
4
OBJS    = eth.o cpu.o camera.o tftp.o memory.o global.o
5
 
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.