Re: [PATCH v4 4/8] aws: integrate dynamic Kconfig generation with make targets
Chuck Lever <[email protected]>
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Organization | kernel.org |
| Message-ID | <[email protected]> |
On 9/16/25 5:34 PM, Luis Chamberlain wrote: > Add Makefile integration for AWS dynamic Kconfig generation using > Chuck's scripts with the optimized wrapper. This provides: > > - make cloud-config-aws: Generate AWS Kconfig files > - make cloud-update-aws: Clear cache and regenerate fresh data > - make cloud-config: Now includes AWS generation > - make cloud-update: Refreshes all cloud provider data > - make clean-cloud-config-aws: Clean generated AWS files > > The integration properly manages AWS Kconfig files alongside Lambda Labs > configurations and ensures empty files exist before Kconfig runs to > prevent sourcing errors. > > Also update generate_cloud_configs.py to call the AWS generator and > provide summary statistics about available AWS resources. > > Generated-by: Claude AI > Signed-off-by: Luis Chamberlain <[email protected]> Yes, this is exactly what I was thinking -- add in the menu generator scripts first and then construct make targets to drive them. But I've been working on the scripts themselves and have new smaller versions of the locations and instance menu generators. Let me flesh those out a little more (and finish the AMI menu generator) then I will post here and we can integrate. -- Chuck Lever