Re: [PATCH v4 4/8] aws: integrate dynamic Kconfig generation with make targets
Luis Chamberlain <[email protected]>
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Sep 16, 2025 at 08:40:00PM -0700, Chuck Lever wrote: > 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. No need, just merge your changes :) Full steam ahead! Luis