summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Tretter <m.tretter@pengutronix.de>2022-07-04 12:39:08 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-07-08 11:26:50 +0200
commit5c6c474e659300bbd58c13a8137f13d80e376ab3 (patch)
tree8c2c7819cfdefaa86a23238ade61378542d5eb0a
parentac5c4ce60e280b4492be0de6505f4b8aed4d4b02 (diff)
downloadptxdist-5c6c474e659300bbd58c13a8137f13d80e376ab3.tar.gz
ptxdist-5c6c474e659300bbd58c13a8137f13d80e376ab3.tar.xz
template-src-linux-driver: add HOST_SYSTEM_PYTHON3 dependency
Since commit a637a4e50bac ("template-src-linux-driver: generate compile_commands.json at build-time") the make template of the modules uses the kernel's script to generate the compile_commands.json. As this is a Python 3 script, kernel modules need the HOST_SYSTEM_PYTHON3 dependency. Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Message-Id: <20220704103908.3085404-1-m.tretter@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/templates/template-src-linux-driver-in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/templates/template-src-linux-driver-in b/rules/templates/template-src-linux-driver-in
index 7cb61c87c..4d0463a9f 100644
--- a/rules/templates/template-src-linux-driver-in
+++ b/rules/templates/template-src-linux-driver-in
@@ -3,6 +3,7 @@
config @PACKAGE@
tristate
select KERNEL
+ select HOST_SYSTEM_PYTHON3
prompt "@package@"
help
FIXME