perf build: Add make check-headers target
authorNamhyung Kim <namhyung@kernel.org>
Sun, 10 May 2026 20:23:44 +0000 (13:23 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Thu, 14 May 2026 21:48:32 +0000 (14:48 -0700)
commitbe81aed3f7492caa522493f7c67b9c4d3c8924a6
tree1fa01cfd4bfdccf75ab6f0deac7d08afdf5bb122
parentad2cd6f9def4899591a75a96f71752e3aadb7579
perf build: Add make check-headers target

Don't print header differences during the perf build as it's noisy.
Mostly people won't care and find it annoying.

As it's to improve perf trace beautifier to catch up new changes mostly
in UAPIs, we can make it a separate build target and call it
occasionally.  Make it and build-test related targets phony.

Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/Makefile
tools/perf/Makefile.perf