[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260121105801.1827-1-msuchanek@suse.de>
Date: Wed, 21 Jan 2026 11:57:57 +0100
From: Michal Suchanek <msuchanek@...e.de>
To: linux-kbuild@...r.kernel.org
Cc: Michal Suchanek <msuchanek@...e.de>,
Nathan Chancellor <nathan@...nel.org>,
Nicolas Schier <nsc@...nel.org>,
Rob Clark <robin.clark@....qualcomm.com>,
Dmitry Baryshkov <lumag@...nel.org>,
Abhinav Kumar <quic_abhinavk@...cinc.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH] 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@...e.de>
---
scripts/dummy-tools/python3 | 5 +++++
1 file changed, 5 insertions(+)
create mode 100755 scripts/dummy-tools/python3
diff --git a/scripts/dummy-tools/python3 b/scripts/dummy-tools/python3
new file mode 100755
index 000000000000..1f3ac6541dd3
--- /dev/null
+++ b/scripts/dummy-tools/python3
@@ -0,0 +1,5 @@
+#!/bin/sh
+# SPDX-License-Identifier: GPL-2.0-only
+#
+
+true
--
2.51.0
Powered by blists - more mailing lists