From 2caab84a7f7444d33aa9ddfe5e98fb69dcfb3207 Mon Sep 17 00:00:00 2001 From: Tomek CEDRO Date: Thu, 28 Jul 2011 14:51:44 +0200 Subject: 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. --- src/transport/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/transport/Makefile.am') 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 -- cgit v1.2.3