From a5782398d968e7cb11f7203afada7c216f233b3b Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 18 Aug 2009 11:34:28 -0700 Subject: Remove unused cctools code paths for old libusb and cp2103 ioctls. Communication with the CP2103 board has gone through three revisions, first using ioctls supported by the CP2103 kernel driver, then using the old synchronous usb library and now using the newer libusb asynchronous interface. There's no reason to keep shipping the old stale code now that the new stuff works reliably. Signed-off-by: Keith Packard --- cctools/lib/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cctools/lib/Makefile.am') diff --git a/cctools/lib/Makefile.am b/cctools/lib/Makefile.am index 4d9ded3a..251ef6e6 100644 --- a/cctools/lib/Makefile.am +++ b/cctools/lib/Makefile.am @@ -5,6 +5,7 @@ AM_CFLAGS=$(WARN_CFLAGS) $(LIBUSB_CFLAGS) libcc_a_SOURCES = \ ccdbg-command.c \ ccdbg-debug.c \ + ccdbg-debug.h \ ccdbg-flash.c \ ccdbg.h \ ccdbg-hex.c \ @@ -17,5 +18,5 @@ libcc_a_SOURCES = \ cc-usb.h \ cc-bitbang.c \ cc-bitbang.h \ - cp-usb.c \ - cp-usb-async.c + cp-usb-async.c \ + cp-usb-async.h -- cgit v1.2.3