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

Add rudimentary support for modules property #6

Merged
merged 1 commit into from
Feb 15, 2025
Merged

Conversation

jserv
Copy link
Contributor

@jserv jserv commented Feb 15, 2025

Fixes: ulfalizer/Kconfiglib#106

In linux commit 6dd85ff178cd76851e2184b13e545f5a88d1be30, Linux Torvalds changed "option modules" to plain "modules" since it was the only option left. kconfiglib does not have much support for either besides parsing it and suppressing warnings when it is applied to the 'MODULES' symbol. Mirror this behaviour for the newer "modules" property.

Fixes: ulfalizer/Kconfiglib#106

In linux commit 6dd85ff178cd76851e2184b13e545f5a88d1be30, Linux Torvalds
changed "option modules" to plain "modules" since it was the only option
left. kconfiglib does not have much support for either besides parsing
it and suppressing warnings when it is applied to the 'MODULES' symbol.
Mirror this behaviour for the newer "modules" property.

Signed-off-by: Jim Huang <[email protected]>
@jserv jserv merged commit 46c4054 into main Feb 15, 2025
3 checks passed
@jserv jserv deleted the improve-module branch February 15, 2025 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error: couldn't parse 'modules': unrecognized construct
1 participant