From: Jiri Olsa Date: Wed, 7 Mar 2018 15:50:19 +0000 (+0100) Subject: perf build: Add llvm/clang make targets to FILES X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=36f9dc33b9128b85e096f6fff83e05d49448b28e;p=openwrt%2Fstaging%2Fblogic.git 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 Cc: Alexander Shishkin Cc: David Ahern Cc: Namhyung Kim Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20180307155020.32613-19-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- 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= \ 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))