summaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorTomek CEDRO <cederom@tlen.pl>2011-07-28 14:51:44 +0200
committerTomek CEDRO <cederom@tlen.pl>2011-07-28 14:51:44 +0200
commit2caab84a7f7444d33aa9ddfe5e98fb69dcfb3207 (patch)
tree53f5a69726067b6b0372c7bda5c4569bcd106b6a /src/transport/Makefile.am
parent53b972ef45906e0740d9f0535109cf8822627adf (diff)
downloadopenocd+libswd-2caab84a7f7444d33aa9ddfe5e98fb69dcfb3207.tar.gz
openocd+libswd-2caab84a7f7444d33aa9ddfe5e98fb69dcfb3207.tar.bz2
openocd+libswd-2caab84a7f7444d33aa9ddfe5e98fb69dcfb3207.tar.xz
openocd+libswd-2caab84a7f7444d33aa9ddfe5e98fb69dcfb3207.zip
TRANSPORT/SWD: Driver bridge between OpenOCD and LibSWD if now functional and verified. Transport select does not operate on interface anymore, just prepares memory and configures transport, because signals are not yet definet at this point and interface is not initialized. Transport init operates on interface and reads out IDCODE by default.
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 123687bd..b080ae85 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -1,13 +1,15 @@
include $(top_srcdir)/common.mk
-#METASOURCES = AUTO
+METASOURCES = AUTO
noinst_LTLIBRARIES = libtransport.la
libtransport_la_SOURCES = \
transport.c \
- swd.c
+ swd.c \
+ swd_libswd_drv_openocd.c
noinst_HEADERS = \
transport.h \
- swd.h
+ swd.h \
+ swd_libswd_drv_openocd.h
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in