summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Krause <bst@pengutronix.de>2019-12-18 10:55:42 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-01-12 13:56:07 +0100
commite2b57fbfac85f650b9440279cf75a1045e81f83c (patch)
tree4816b6257c276788381f8293764b08e888e4a94b
parent129aeeaf1fc61efe0a0fc51b767f2795a13560a5 (diff)
downloadptxdist-e2b57fbfac85f650b9440279cf75a1045e81f83c.tar.gz
ptxdist-e2b57fbfac85f650b9440279cf75a1045e81f83c.tar.xz
kernel: disable libcap support for perf
In v5.4 74d5f3d06f70 ("tools build: Add capability-related feature detection") introduced libcap support. Disable it to keep perf's features consistent and the number of dependencies small. Signed-off-by: Bastian Krause <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/kernel.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/kernel.make b/rules/kernel.make
index 11407455a..ae82bd3cd 100644
--- a/rules/kernel.make
+++ b/rules/kernel.make
@@ -173,7 +173,8 @@ KERNEL_TOOL_PERF_OPTS := \
NO_LZMA=1 \
NO_AUXTRACE= \
NO_LIBBPF=1 \
- NO_SDT=1
+ NO_SDT=1 \
+ NO_LIBCAP=1
# manual make to handle CPPFLAGS and broken parallel building for some
# kernel versions