Skip to content

Commit

Permalink
feat(kbuild.jinja2): Add kselftest option
Browse files Browse the repository at this point in the history
Add kselftest option to kbuild parameters.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Oct 16, 2024
1 parent edbe5fe commit 6177ce7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/runtime/kbuild.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ KBUILD_PARAMS = {
{%- if dtbs_check %}
'dtbs_check': '{{ dtbs_check }}'
{%- endif %}
{%- if kselftest %}
'kselftest': '{{ kselftest }}'
{%- endif %}

}
{%- endblock %}

Expand Down

0 comments on commit 6177ce7

Please sign in to comment.