From: ian Date: Thu, 6 Jan 2005 19:31:23 +0000 (+0000) Subject: Build ,slow version of nmra-stream; disable booster-output-low temporarily X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=cda8e3ac5367b1cb07750dbb1dba7c8d53312bd8;p=trains.git Build ,slow version of nmra-stream; disable booster-output-low temporarily --- diff --git a/cebpic/Makefile b/cebpic/Makefile index 127ee2a..02ca049 100644 --- a/cebpic/Makefile +++ b/cebpic/Makefile @@ -1,8 +1,13 @@ -PROGRAMS= led-flash send-serial reply-serial nmra-stream booster-output-low +PROGRAMS= led-flash send-serial reply-serial \ + nmra-stream nmra-stream,slow +# booster-output-low -disabled because you forgot to cvs add it include ../pic.make clean: pic-clean +%,slow.o: %.asm + $(ASSEMBLE) -D SLOW_VERSION -c -o $@ $< + %-full.hex: %.o config.o $(LINK)