]> Git Repo - linux.git/commitdiff
perf build: Add llvm/clang make targets to FILES
authorJiri Olsa <[email protected]>
Wed, 7 Mar 2018 15:50:19 +0000 (16:50 +0100)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 8 Mar 2018 14:30:49 +0000 (11:30 -0300)
So they can follow the OUTPUT variable setup as the rest of the
features.

Signed-off-by: Jiri Olsa <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/build/feature/Makefile

index 0a490cb1514916faf5f7e21ea3ab30870bd085d0..f8ad640ffe5d1e4f8b23705562a0c0d1933655b4 100644 (file)
@@ -54,7 +54,10 @@ FILES=                                          \
          test-jvmti.bin                                \
          test-sched_getcpu.bin                 \
          test-setns.bin                                \
-         test-libopencsd.bin
+         test-libopencsd.bin                   \
+         test-clang.bin                                \
+         test-llvm.bin                         \
+         test-llvm-version.bin
 
 FILES := $(addprefix $(OUTPUT),$(FILES))
 
This page took 0.059031 seconds and 4 git commands to generate.