]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
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)
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]

diff --git a/scripts/dummy-tools/python3 b/scripts/dummy-tools/python3
new file mode 100755 (executable)
index 0000000..24c5584
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-only
+
+true