Skip to content

Commit e0043ec

Browse files
committed
Added example drivers tested with OpenOCD.
1 parent b73996d commit e0043ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
lib_LTLIBRARIES = libswd.la
22
libswd_la_LDFLAGS = -version-info 0:2:0
33
include_HEADERS = libswd.h
4-
EXTRA_DIST = examples/libswd_drv_urjtag.c
4+
EXTRA_DIST = \
5+
examples/libswd_drv_urjtag.c \
6+
examples/swd_libswd_drv_openocd.h \
7+
examples/swd_libswd_drv_openocd.c
58

69
libswd_la_SOURCES = \
710
libswd.h \

0 commit comments

Comments
 (0)