]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kbuild: dummy-tools: Add python3
authorMichal Suchanek <msuchanek@suse.de>
Wed, 21 Jan 2026 10:57:57 +0000 (11:57 +0100)
committerNathan Chancellor <nathan@kernel.org>
Fri, 30 Jan 2026 00:12:13 +0000 (17:12 -0700)
commit76c73cfde7988976474e58c16e14ec3372f8cdaf
tree4f8284c14ada17cb33d495db4cb22c1c485f7c44
parenta5b46cd1a08ceb8af35b01a335ee810c855b87e2
kbuild: dummy-tools: Add python3

DRM_MSM_VALIDATE_XML depends on a python feature. Add a dummy python
interpreter to make it possible to configure this option with dummy
tools.

Fixes: b587f413ca47 ("drm/msm/gen_header: allow skipping the validation")
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Acked-by: Rob Clark <robin.clark@oss.qualcomm.com>
Link: https://patch.msgid.link/20260121105801.1827-1-msuchanek@suse.de
[nathan: Remove empty shell comment line]
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
scripts/dummy-tools/python3 [new file with mode: 0755]