diff options
| author | Keith Packard <keithp@keithp.com> | 2009-04-06 11:31:49 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-04-06 11:32:21 -0700 |
| commit | 2d9b8a83a2d9f495199033e43f519d26f27938fe (patch) | |
| tree | 495a2cbf1573ac0b42d6331e9627e28448c65ef7 /lib/Makefile.am | |
| parent | 24edd56155ed0fa02fdd8f66fdc7aa5a1021bf7d (diff) | |
Add support for a serial-connected custom debug dongle
This uses the cc1111 board as a custom debug dongle with faster
methods for communicating with the debug target.
Diffstat (limited to 'lib/Makefile.am')
| -rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index ba6f9725..4d9ded3a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -13,5 +13,9 @@ libcc_a_SOURCES = \ ccdbg-memory.c \ ccdbg-rom.c \ ccdbg-state.c \ + cc-usb.c \ + cc-usb.h \ + cc-bitbang.c \ + cc-bitbang.h \ cp-usb.c \ cp-usb-async.c |
