summaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorTomek CEDRO <cederom@tlen.pl>2011-06-25 14:08:25 +0200
committerTomek CEDRO <cederom@tlen.pl>2011-06-25 14:08:25 +0200
commit202a2abedf4ab87e9ae61b6ede5db615f0c1a131 (patch)
tree422b5c4e4087b4b2312e5f99d1ca0669816fd9e2 /src/transport/Makefile.am
parent9d21bc0c80ae60bd606513e8e58e8efe3f809590 (diff)
downloadopenocd+libswd-202a2abedf4ab87e9ae61b6ede5db615f0c1a131.tar.gz
openocd+libswd-202a2abedf4ab87e9ae61b6ede5db615f0c1a131.tar.bz2
openocd+libswd-202a2abedf4ab87e9ae61b6ede5db615f0c1a131.tar.xz
openocd+libswd-202a2abedf4ab87e9ae61b6ede5db615f0c1a131.zip
TRANSPORT/SWD: Added experimental swd bridge between openocd's arm_adi_v5 and libswd. Not yet functional!
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 7c6224a4..123687bd 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -3,9 +3,11 @@ include $(top_srcdir)/common.mk
#METASOURCES = AUTO
noinst_LTLIBRARIES = libtransport.la
libtransport_la_SOURCES = \
- transport.c
+ transport.c \
+ swd.c
noinst_HEADERS = \
- transport.h
+ transport.h \
+ swd.h
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in