From cda8e3ac5367b1cb07750dbb1dba7c8d53312bd8 Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 6 Jan 2005 19:31:23 +0000 Subject: [PATCH] Build ,slow version of nmra-stream; disable booster-output-low temporarily --- cebpic/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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) -- 2.30.2