diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-06-13 23:29:05 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-06-17 20:57:19 +0200 |
commit | 5875cf4cd32ea08d0d6abb82091f2d1f7cd6889f (patch) | |
tree | 4db17cc17b8eb7e26818eadfafe6a0c5288e0921 /tools/perf/tests/Build | |
parent | tools build feature tests: Add missing SPDX headers (diff) | |
download | linux-5875cf4cd32ea08d0d6abb82091f2d1f7cd6889f.tar.xz linux-5875cf4cd32ea08d0d6abb82091f2d1f7cd6889f.zip |
perf tests: Add missing SPDX headers
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: https://lkml.kernel.org/n/tip-p0kg493z2m8qizjbdefzip1i@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/tests/Build')
-rw-r--r-- | tools/perf/tests/Build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/tests/Build b/tools/perf/tests/Build index e3ba63cef01e..e72accefd669 100644 --- a/tools/perf/tests/Build +++ b/tools/perf/tests/Build @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 + perf-y += builtin-test.o perf-y += parse-events.o perf-y += dso-data.o |