Clean up bitbanging layer. Add debug printfs.
[fw/altos] / Makefile
index 27a389e2b97e7e89e80a4d111c56b4bfe74994cd..965032e41130a3c97fe3e96e44fc553751c101a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ LIBS=-lusb
 KERNEL_OBJS=cccp.o
 LIBUSB_OBJS=cp-usb.o
 
 KERNEL_OBJS=cccp.o
 LIBUSB_OBJS=cp-usb.o
 
-OBJS=ccdbg.o ccdbg-command.o ccdbg-io.o $(LIBUSB_OBJS)
+OBJS=ccdbg.o ccdbg-command.o ccdbg-debug.o ccdbg-io.o $(LIBUSB_OBJS)
 INCS=ccdbg.h cccp.h
 
 PROG=ccdbg
 INCS=ccdbg.h cccp.h
 
 PROG=ccdbg