mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] template-src-linux-driver: add HOST_SYSTEM_PYTHON3 dependency
@ 2022-07-04 10:39 Michael Tretter
  2022-07-29  6:23 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tretter @ 2022-07-04 10:39 UTC (permalink / raw)
  To: ptxdist; +Cc: mtr

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>
---
 rules/templates/template-src-linux-driver-in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/templates/template-src-linux-driver-in b/rules/templates/template-src-linux-driver-in
index 7cb61c87cd46..4d0463a9f3f0 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
-- 
2.30.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-29  6:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04 10:39 [ptxdist] [PATCH] template-src-linux-driver: add HOST_SYSTEM_PYTHON3 dependency Michael Tretter
2022-07-29  6:23 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox