Remove unused cctools code paths for old libusb and cp2103 ioctls.
[fw/altos] / cctools / lib / Makefile.am
1 noinst_LIBRARIES = libcc.a
2
3 AM_CFLAGS=$(WARN_CFLAGS) $(LIBUSB_CFLAGS)
4
5 libcc_a_SOURCES = \
6         ccdbg-command.c \
7         ccdbg-debug.c \
8         ccdbg-debug.h \
9         ccdbg-flash.c \
10         ccdbg.h \
11         ccdbg-hex.c \
12         ccdbg-io.c \
13         ccdbg-manual.c \
14         ccdbg-memory.c \
15         ccdbg-rom.c \
16         ccdbg-state.c \
17         cc-usb.c \
18         cc-usb.h \
19         cc-bitbang.c \
20         cc-bitbang.h \
21         cp-usb-async.c \
22         cp-usb-async.h