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
This commit is contained in:
zwelch
2009-06-03 00:45:21 +00:00
parent f7d011a955
commit 4ecf2c7dd8
4 changed files with 468 additions and 440 deletions

View File

@@ -117,6 +117,7 @@ endif
libjtag_la_SOURCES = \
jtag.c \
interface.c \
$(DRIVERFILES) \
$(BITBANGFILES) \
$(PARPORTFILES) \