]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
perf build: Add the libpfm devel fedora package name to the hint
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 20 Jun 2025 21:24:34 +0000 (18:24 -0300)
committerNamhyung Kim <namhyung@kernel.org>
Tue, 24 Jun 2025 17:27:50 +0000 (10:27 -0700)
Just to follow the pattern with other devel packages.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Reviewed-by: James Clark <james.clark@linaro.org>
Reviewed-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20250620212435.93846-3-acme@kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/Makefile.config

index 342402a243258cb2e76f780c3448e438cd1f155b..2672c249eadf57419501978bed4650699f3366ee 100644 (file)
@@ -1165,7 +1165,7 @@ ifndef NO_LIBPFM4
     ASCIIDOC_EXTRA = -aHAVE_LIBPFM=1
     $(call detected,CONFIG_LIBPFM4)
   else
-    $(warning libpfm4 not found, disables libpfm4 support. Please install libpfm4-dev)
+    $(warning libpfm4 not found, disables libpfm4 support. Please install libpfm-devel or libpfm4-dev)
   endif
 endif