Skip to content

Commit 4621367

Browse files
committed
runtime: kbuild: pass backend parameter to KBuild
Pass backend parameter to KBuild class, otherwise all builds fallback to make backend instead of tuxmake. Signed-off-by: Anders Roxell <[email protected]>
1 parent ffef408 commit 4621367

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/runtime/kbuild.jinja2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ KBUILD_PARAMS = {
4343
{%- else %}
4444
'fragments': [],
4545
{%- endif %}
46+
{%- if backend %}
47+
'backend': '{{ backend }}',
48+
{%- endif %}
4649
{%- if cross_compile %}
4750
'cross_compile': '{{ cross_compile }}',
4851
{%- endif %}

0 commit comments

Comments
 (0)