summaryrefslogtreecommitdiff
path: root/src/jtag/Makefile.am
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-02 23:59:13 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-02 23:59:13 +0000
commitdef4ed3b2ad6ef039a996b6b680096f15f46da81 (patch)
treeca4b467adae07eb447863316029453d37285f404 /src/jtag/Makefile.am
parent84d88ef9d7d5342db54ae32d086c186852d3bbbf (diff)
downloadopenocd+libswd-def4ed3b2ad6ef039a996b6b680096f15f46da81.tar.gz
openocd+libswd-def4ed3b2ad6ef039a996b6b680096f15f46da81.tar.bz2
openocd+libswd-def4ed3b2ad6ef039a996b6b680096f15f46da81.tar.xz
openocd+libswd-def4ed3b2ad6ef039a996b6b680096f15f46da81.zip
Add private src/jtag/interface.h for use by JTAG interface drivers:
- Move the jtag_interface structure definition. - Move the Cable API declarations. - Add new header file to automake input. The next patch will move the implementation to interface.c. git-svn-id: svn://svn.berlios.de/openocd/trunk@2008 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/Makefile.am')
-rw-r--r--src/jtag/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jtag/Makefile.am b/src/jtag/Makefile.am
index 1f04f017..72bf808e 100644
--- a/src/jtag/Makefile.am
+++ b/src/jtag/Makefile.am
@@ -136,6 +136,7 @@ libjtag_la_SOURCES = \
$(ARMJTAGEWFILES)
noinst_HEADERS = \
+ interface.h \
minidriver.h \
bitbang.h \
jtag.h \