diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2022-06-25 18:19:46 +0200 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2022-07-23 13:06:38 +0000 |
commit | 96202cda1906be3b698614a6a7977cc5e6407cf6 (patch) | |
tree | a33e42baafdf48daf5f086042a14780fa30fa4b8 /src/xsvf/Makefile.am | |
parent | 5e96b012af91c4dc6eae680b67a594e9a22b3ead (diff) | |
download | riscv-openocd-96202cda1906be3b698614a6a7977cc5e6407cf6.zip riscv-openocd-96202cda1906be3b698614a6a7977cc5e6407cf6.tar.gz riscv-openocd-96202cda1906be3b698614a6a7977cc5e6407cf6.tar.bz2 |
openocd: build: add SPDX tag
Add the SPDX tag to makefiles, configuration scripts and tcl files
present in the folders under src/
Change-Id: I1e4552aafe46ef4893d510da9d732c5f181784a4
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7051
Tested-by: jenkins
Diffstat (limited to 'src/xsvf/Makefile.am')
-rw-r--r-- | src/xsvf/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xsvf/Makefile.am b/src/xsvf/Makefile.am index 61e6fb9..08f1cc1 100644 --- a/src/xsvf/Makefile.am +++ b/src/xsvf/Makefile.am @@ -1,2 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + noinst_LTLIBRARIES += %D%/libxsvf.la %C%_libxsvf_la_SOURCES = %D%/xsvf.c %D%/xsvf.h |