commit | 45abbf209f007db90d0a596139f653783cd1cb0f | [log] [tgz] |
---|---|---|
author | Daniel P. Berrangé <berrange@redhat.com> | Thu May 15 13:57:45 2025 +0100 |
committer | Daniel P. Berrangé <berrange@redhat.com> | Thu May 22 11:24:41 2025 +0100 |
tree | 7644516c6dce81a4218039057cfb86391283d17a | |
parent | f48f16ec3d8cee0a3d843915451c5649fe3a8aaf [diff] |
scripts/checkpatch: expand pattern for matching makefiles The current regex matches Makefile & Makefile.objs, but the latter is no longer used, anjd we're missing coverage of Makefile.include and Makefile.target. Expand the pattern to match any suffix. Reviewed-by: Cédric Le Goater <clg@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>