diff options
author | Jiri Olsa <jolsa@kernel.org> | 2018-03-07 10:50:19 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2018-03-08 09:30:49 -0500 |
commit | 36f9dc33b9128b85e096f6fff83e05d49448b28e (patch) | |
tree | e47c7f662c1efdebf37ec4731e2c34aa488d05a6 /tools/build | |
parent | bd476684584ecc3e269167d595c6dd5375011ca0 (diff) |
perf build: Add llvm/clang make targets to FILES
So they can follow the OUTPUT variable setup as the rest of the
features.
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20180307155020.32613-19-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/feature/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/build/feature/Makefile b/tools/build/feature/Makefile index 0a490cb15149..f8ad640ffe5d 100644 --- a/tools/build/feature/Makefile +++ b/tools/build/feature/Makefile | |||
@@ -54,7 +54,10 @@ FILES= \ | |||
54 | test-jvmti.bin \ | 54 | test-jvmti.bin \ |
55 | test-sched_getcpu.bin \ | 55 | test-sched_getcpu.bin \ |
56 | test-setns.bin \ | 56 | test-setns.bin \ |
57 | test-libopencsd.bin | 57 | test-libopencsd.bin \ |
58 | test-clang.bin \ | ||
59 | test-llvm.bin \ | ||
60 | test-llvm-version.bin | ||
58 | 61 | ||
59 | FILES := $(addprefix $(OUTPUT),$(FILES)) | 62 | FILES := $(addprefix $(OUTPUT),$(FILES)) |
60 | 63 | ||