TuxML / tuxml

The main repository of the TuxML project contains the scripts for building Linux kernel configurations in the large.
Apache License 2.0
4 stars 2 forks source link

several configurations to compile as an option #2

Open FAMILIAR-project opened 4 years ago

FAMILIAR-project commented 4 years ago

right now we have this option:

--config CONFIG       Give a path to specific configuration file.
                        Incompatible with --tiny argument.

it would be nice to support an array of configuration files (--configs I guess). By default, each configuration file would be compiled in a new container ("clean"). --configs combined with --incremental would allow one to compile all configurations in an incremental manner (without a clean environment or without a make clean)