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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [bootloaders/] [orpmon/] [cmds/] [Makefile] - Blame information for rev 435

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

Line No. Rev Author Line
1 2 marcus.erl
 
2
LIB     = cmds.o
3 140 julius
#OBJS   = dhry.o eth.o cpu.o camera.o load.o memory.o global.o touch.o atabug.o hdbug.o
4
OBJS    = dhry.o eth.o cpu.o load.o memory.o global.o #camera.o touch.o atabug.o hdbug.o
5 2 marcus.erl
 
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.