From 4ecf2c7dd83fb1123f8b62994e6fa6d729bb2073 Mon Sep 17 00:00:00 2001 From: zwelch Date: Wed, 3 Jun 2009 00:45:21 +0000 Subject: 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 --- src/jtag/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/jtag/Makefile.am') 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) \ -- cgit v1.2.3