[Buildroot] Multiprojects

Roderick Taylor myopiate at gmail.com
Mon Sep 10 21:42:31 UTC 2007


On 11/09/2007, Darcy Watkins <DWatkins at tranzeo.com> wrote:
> Hello,
>
> Newbie question here...
>
> To support multiple projects, I can change the project name using
> menuconfig and save the updated .config.
>
> If I save them as proj1.config, proj2.config, etc. is there a command
> line option or variable name I can set when invoking make to tell it to
> choose the correct project's file?
>
> ...or do I just have to load up the file into menuconfig and save it as
> .config and then run make for each case?
>

when you want to build proj1 copy proj1.config as .config in the
buildroot directory.
invoke "make oldconfig" and then "make".  And that will build with
proj1 configuration.



More information about the buildroot mailing list