To bridge the remaining gaps between Makefile and meson, this patch series adds a new check 'headers-check' which is similar to the Makefile's 'hdr-check'. The first two commits are small cleanups, where we re-organize existing variables to make it easier to add the target. The third commit adds the target. This is based on master 9d22ac5122 (The third batch, 2025-04-07) with 'es/meson-build-skip-coccinelle' merged in. --- contrib/coccinelle/meson.build | 29 +++------ meson.build | 129 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 136 insertions(+), 22 deletions(-) Karthik Nayak (3): coccinelle: meson: rename variables to be more specific meson: move headers definition from 'contrib/coccinelle' meson: add support for 'headers-check' --- --- base-commit: 3a956c5f69873611ae5f8dcb9acd117f66b95ddc change-id: 20250330-505-wire-up-sparse-via-meson-2e32dd31208b Thanks - Karthik