summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-12-17 22:24:59 -0800
committerKeith Packard <keithp@keithp.com>2008-12-17 22:24:59 -0800
commit5df84df7cd6a31527dcfd11030f00ef9d8abf170 (patch)
tree923a7e27f67891408dbcb871f522f0e839f54b4e /Makefile
parent584e28bac8af38de433767e017977ed1adddeb36 (diff)
Clean up bitbanging layer. Add debug printfs.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27a389e2..965032e4 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ LIBS=-lusb
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