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.