summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2011-06-13 15:42:46 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-06-13 15:51:04 +0200
commitc8b57198025c414f8d19577e6846021843c2a751 (patch)
treef87ac8b526f05625e4c1b3401542de78aed0c3c1 /configure.in
parent1b0862c189f8db70f65e0eeabb749580d71e0e97 (diff)
downloadopenocd_libswd-c8b57198025c414f8d19577e6846021843c2a751.tar.gz
openocd_libswd-c8b57198025c414f8d19577e6846021843c2a751.tar.bz2
openocd_libswd-c8b57198025c414f8d19577e6846021843c2a751.tar.xz
openocd_libswd-c8b57198025c414f8d19577e6846021843c2a751.zip
transport: move files over to transport folder
as we introduce swd and jtag as two transports, we want to start up with a new transport folder to organize the code a bit.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 8315a18d..cb62c859 100644
--- a/configure.in
+++ b/configure.in
@@ -1167,6 +1167,7 @@ AC_OUTPUT(dnl
src/helper/Makefile dnl
src/jtag/Makefile dnl
src/jtag/drivers/Makefile dnl
+ src/transport/Makefile dnl
src/xsvf/Makefile dnl
src/svf/Makefile dnl
src/target/Makefile dnl