Skip to content

Zephyr module uses \ in path on windows when creating Kconfig files #15289

@tejlmand

Description

@tejlmand

The script zephyr_modules.py uses os.path.abspath when generating Kconfig include files for windows.

This causes the generated file to contain path like:

osource "c:\projets\..."

cause the load to fail in windows.

Instead posix style paths should be used.

Metadata

Metadata

Assignees

Labels

bugThe issue is a bug, or the PR is fixing a bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions