diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2024-11-06 10:25:18 +1100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-11-07 12:46:07 +0100 |
commit | 8346216c9adf34920a6c0724d332c53557051557 (patch) | |
tree | da50b1c2586386e796406db0cac76532ab34a54b /arch.c | |
parent | 8f1b6a0ca68ae1530ac193cc47cd17ae8cbfd45d (diff) | |
download | passt-8346216c9adf34920a6c0724d332c53557051557.tar passt-8346216c9adf34920a6c0724d332c53557051557.tar.gz passt-8346216c9adf34920a6c0724d332c53557051557.tar.bz2 passt-8346216c9adf34920a6c0724d332c53557051557.tar.lz passt-8346216c9adf34920a6c0724d332c53557051557.tar.xz passt-8346216c9adf34920a6c0724d332c53557051557.tar.zst passt-8346216c9adf34920a6c0724d332c53557051557.zip |
Makefile: Simplify exclusion of qrap from static checks
There are things in qrap.c that clang-tidy complains about that aren't
worth fixing. So, we currently exclude it using $(filter-out). However,
we already have a make variable which has just the passt sources, excluding
qrap, so we can use that instead of the awkward filter-out expression.
Currently, we still include qrap.c for cppcheck, but there's not much
point doing so: it's, well, qrap, so we don't care that much about lints.
Exclude it from cppcheck as well, for consistency.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'arch.c')
0 files changed, 0 insertions, 0 deletions