head 1.5; access; symbols initial:1.1.1.1 oc:1.1.1; locks; strict; comment @# @; 1.5 date 2002.07.31.18.28.06; author rherveille; state Exp; branches; next 1.4; 1.4 date 2002.07.02.23.03.02; author rherveille; state Exp; branches; next 1.3; 1.3 date 2002.06.09.10.38.33; author simons; state Exp; branches; next 1.2; 1.2 date 2002.04.12.10.24.26; author markom; state Exp; branches; next 1.1; 1.1 date 2002.04.11.10.47.29; author simons; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.04.11.10.47.29; author simons; state Exp; branches; next ; desc @@ 1.5 log @*** empty log message *** @ text @ LIB = cmds.o OBJS = dhry.o eth.o cpu.o camera.o load.o memory.o global.o touch.o atabug.o hdbug.o all: $(LIB) $(LIB): $(OBJS) $(LD) -r -o $@@ $(OBJS) .depend: Makefile $(OBJS:.o=.c) $(CC) -M $(CFLAGS) $(OBJS:.o=.c) > $@@ sinclude .depend @ 1.4 log @first release of atabug @ text @d3 1 a3 1 OBJS = dhry.o eth.o cpu.o camera.o load.o memory.o global.o touch.o ata.o @ 1.3 log @Touch screen test added. @ text @d3 1 a3 1 OBJS = dhry.o eth.o cpu.o camera.o load.o memory.o global.o touch.o @ 1.2 log @memory/flash copy/boot; default src_addr; dhry added; memmove added; tftp.c moved to load.c @ text @d3 1 a3 1 OBJS = dhry.o eth.o cpu.o camera.o load.o memory.o global.o @ 1.1 log @Initial revision @ text @d3 1 a3 2 #OBJS = dhry.o eth.o cpu.o camera.o tftp.o memory.o OBJS = eth.o cpu.o camera.o tftp.o memory.o global.o @ 1.1.1.1 log @ORP monitor @ text @@