From c2cecc74b0acb11254392b6622655a4758f35903 Mon Sep 17 00:00:00 2001 From: zwelch Date: Mon, 29 Jun 2009 00:00:50 +0000 Subject: 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 --- src/jtag/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/jtag/Makefile.am') diff --git a/src/jtag/Makefile.am b/src/jtag/Makefile.am index 5af6c74f..ba722c6d 100644 --- a/src/jtag/Makefile.am +++ b/src/jtag/Makefile.am @@ -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 \ -- cgit v1.2.3