Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: prevent subsystems.json from being gen twice #23505

Merged

Conversation

andrewboie
Copy link
Contributor

Actual files make terrible dependency targets in CMake.
Wrap the generation of subsystems.json into a custom
target to get around this. Fixes a problem where
parse_syscalls.py was being called multiple times.

Fixes: #23504

Signed-off-by: Andrew Boie andrew.p.boie@intel.com

Actual files make terrible dependency targets in CMake.
Wrap the generation of subsystems.json into a custom
target to get around this. Fixes a problem where
parse_syscalls.py was being called multiple times.

Fixes: zephyrproject-rtos#23504

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
@andrewboie andrewboie force-pushed the syscalls-cmake-issue branch from 0648225 to d29faec Compare March 16, 2020 21:16
@andrewboie andrewboie changed the title build: prevent subsystems.json from being gen build: prevent subsystems.json from being gen twice Mar 16, 2020
@andrewboie andrewboie requested a review from dcpleung March 16, 2020 21:20
@andrewboie andrewboie merged commit c1c54b1 into zephyrproject-rtos:master Mar 17, 2020
@andrewboie andrewboie deleted the syscalls-cmake-issue branch March 17, 2020 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build system dependency issue with syscalls
5 participants