Move JTAG interface list to new files.

- Adds new source files to encapsulate static/dynamic module handling.
- Further work should implement the jtag_interface_modules_load routine,
  to populate the jtag_interfaces list from shared libraries in a path.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2413 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch
2009-06-29 00:00:50 +00:00
parent 445fef39fb
commit c2cecc74b0
4 changed files with 204 additions and 125 deletions

View File

@@ -75,12 +75,14 @@ endif
libjtag_la_SOURCES = \
core.c \
tcl.c \
interface.c \
interfaces.c \
tcl.c \
$(DRIVERFILES)
noinst_HEADERS = \
interface.h \
interfaces.h \
commands.h \
minidriver.h \
bitbang.h \