Skip to content

Doc build does not include the zephyr modules Kconfig files #14989

@carlescufi

Description

@carlescufi

When building the doc, the Kconfig.* files in the modules (Kconfig.tinycbor at this point) are not being included due to the documentation build system currently creating an empty Kconfig.modules file:

file(TOUCH ${CMAKE_CURRENT_BINARY_DIR}/Kconfig.modules)

So we need to actually process the modules to populate the Kconfig.modules file.

Metadata

Metadata

Assignees

Labels

bugThe issue is a bug, or the PR is fixing a bugpriority: highHigh impact/importance bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions