Continue clean-up of JTAG driver interface:

- Move all interface_jtag_* functions to jtag_driver.c.
- Extern command queue routines in jtag.h (with INCLUDE_JTAG_INTERFACE_H).
- Add new source file to automake inputs.


git-svn-id: svn://svn.berlios.de/openocd/trunk@1996 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch
2009-06-02 07:05:54 +00:00
parent 4a70eeffb0
commit a372074d21
4 changed files with 535 additions and 502 deletions

View File

@@ -109,7 +109,9 @@ else
ARMJTAGEWFILES =
endif
libjtag_la_SOURCES = jtag.c \
libjtag_la_SOURCES = \
jtag.c \
jtag_driver.c \
$(BITBANGFILES) \
$(PARPORTFILES) \
$(DUMMYFILES) \