]> git.ipfire.org Git - thirdparty/qemu.git/commit
scripts/checkpatch: expand pattern for matching makefiles
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 15 May 2025 12:57:45 +0000 (13:57 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 22 May 2025 10:24:41 +0000 (11:24 +0100)
commit45abbf209f007db90d0a596139f653783cd1cb0f
tree7644516c6dce81a4218039057cfb86391283d17a
parentf48f16ec3d8cee0a3d843915451c5649fe3a8aaf
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>
scripts/checkpatch.pl