We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CFLAGS
Add configs for boards to replace the direct manipulation of CFLAGS.
For configs I have added, I have been using the prefix CONFIG_ to match Kconfig.
CONFIG_
The idea is to eventually have a proper tool for managing build configs, such as using Kconfig itself.
The text was updated successfully, but these errors were encountered:
coreboot uses Kconfig imported from Linux with patches: util/kconfig
util/kconfig
Zephyr appears to have a Python based implementation for parsing Kconfig files: scripts/kconfig
scripts/kconfig
There are Rust bindings for Kconfig via tree-sitter: tree-sitter-kconfig
Sorry, something went wrong.
No branches or pull requests
Add configs for boards to replace the direct manipulation of
CFLAGS
.For configs I have added, I have been using the prefix
CONFIG_
to match Kconfig.The idea is to eventually have a proper tool for managing build configs, such as using Kconfig itself.
The text was updated successfully, but these errors were encountered: