From: Paul Fertser Date: Mon, 27 Jan 2014 18:25:42 +0000 (+0400) Subject: Add xscale debug helper sources and everything related to dist X-Git-Tag: v0.8.0-rc1~13 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=8b1fabd8e000f620287b5373aa149a8eeed4709b;hp=1a9cec020ee71b804db21ba85ccc7393336a88ce Add xscale debug helper sources and everything related to dist GPL requires providing sources for any derived work. I do not see any reason to not include the xscale stuff into release tarballs. Wildcard matching is used because plain directory name matches implicit rule for executables and xscale.c built is errorneously attempted, and directory name with a slash duplicates a directory (xscale/xscale) in dist. Change-Id: Ie0266470dcb97be87a09ba2dda9b3957f7cbc2fa Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/1911 Tested-by: jenkins Reviewed-by: Robert Jarzmik Reviewed-by: Spencer Oliver --- diff --git a/src/target/Makefile.am b/src/target/Makefile.am index 159f0fa430..08d0db48e3 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -14,7 +14,7 @@ BIN2C = $(top_builddir)/src/helper/bin2char$(EXEEXT_FOR_BUILD) DEBUG_HANDLER = $(srcdir)/xscale/debug_handler.bin EXTRA_DIST = \ startup.tcl \ - $(DEBUG_HANDLER) + $(wildcard $(srcdir)/xscale/*) DEBUG_HEADER = xscale_debug.h BUILT_SOURCES = $(DEBUG_HEADER)