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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [orpmon/] [cmds/] [Makefile] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 809 simons
 
2
LIB     = cmds.o
3 920 rherveille
OBJS    = dhry.o eth.o cpu.o camera.o load.o memory.o global.o touch.o atabug.o hdbug.o
4 809 simons
 
5
all:    $(LIB)
6
 
7
$(LIB): $(OBJS)
8
        $(LD) -r -o $@ $(OBJS)
9
 
10
.depend:        Makefile $(OBJS:.o=.c)
11
                $(CC) -M $(CFLAGS) $(OBJS:.o=.c) > $@
12
sinclude .depend

powered by: WebSVN 2.1.0

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