chiark / gitweb /
Build ,slow version of nmra-stream; disable booster-output-low temporarily
authorian <ian>
Thu, 6 Jan 2005 19:31:23 +0000 (19:31 +0000)
committerian <ian>
Thu, 6 Jan 2005 19:31:23 +0000 (19:31 +0000)
cebpic/Makefile

index 127ee2abf5690c0afe67251067298459f7dd7278..02ca0496ec16fbf11c6a33acbc3a27e721948fe0 100644 (file)
@@ -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)