summaryrefslogtreecommitdiff
path: root/src/jtag/Makefile.am
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-03 00:45:21 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-03 00:45:21 +0000
commit4ecf2c7dd83fb1123f8b62994e6fa6d729bb2073 (patch)
tree273e0c384f444447bf44d864a41b843f0854f054 /src/jtag/Makefile.am
parentf7d011a955d993173f76ff707f4db9cdc1006cb5 (diff)
downloadopenocd_libswd-4ecf2c7dd83fb1123f8b62994e6fa6d729bb2073.tar.gz
openocd_libswd-4ecf2c7dd83fb1123f8b62994e6fa6d729bb2073.tar.bz2
openocd_libswd-4ecf2c7dd83fb1123f8b62994e6fa6d729bb2073.tar.xz
openocd_libswd-4ecf2c7dd83fb1123f8b62994e6fa6d729bb2073.zip
Move the JTAG cable interface API implementation
- Cloned the src/jtag/jtag.c file to src/jtag/interface.c. - For each for of those files, deleted the contents of the other. - Add new source file to automake input. git-svn-id: svn://svn.berlios.de/openocd/trunk@2012 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/Makefile.am')
-rw-r--r--src/jtag/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jtag/Makefile.am b/src/jtag/Makefile.am
index 72bf808e..8ab52f49 100644
--- a/src/jtag/Makefile.am
+++ b/src/jtag/Makefile.am
@@ -117,6 +117,7 @@ endif
libjtag_la_SOURCES = \
jtag.c \
+ interface.c \
$(DRIVERFILES) \
$(BITBANGFILES) \
$(PARPORTFILES) \