-
Laszlo Ersek authored
The edk2 "build" utility natively supports building modules (that is, INF files) in parallel. The feature is not useful when building a single module (with the "-m" option), but it is useful for platform firmware builds (which include many modules). Add a function that determines the "-n" option argument for "build", from the MAKEFLAGS variable (i.e. based on the presence of a make job server). Signed-off-by:
Laszlo Ersek <lersek@redhat.com>
Reviewed-by:
Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by:
Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by:
Michal Privoznik <mprivozn@redhat.com>
Reviewed-by:
Michael S. Tsirkin <mst@redhat.com>
Tested-by:
Igor Mammedov <imammedo@redhat.com>
Reviewed-by:
Igor Mammedov <imammedo@redhat.com>Laszlo Ersek authoredThe edk2 "build" utility natively supports building modules (that is, INF files) in parallel. The feature is not useful when building a single module (with the "-m" option), but it is useful for platform firmware builds (which include many modules). Add a function that determines the "-n" option argument for "build", from the MAKEFLAGS variable (i.e. based on the presence of a make job server). Signed-off-by:
Laszlo Ersek <lersek@redhat.com>
Reviewed-by:
Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by:
Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by:
Michal Privoznik <mprivozn@redhat.com>
Reviewed-by:
Michael S. Tsirkin <mst@redhat.com>
Tested-by:
Igor Mammedov <imammedo@redhat.com>
Reviewed-by:
Igor Mammedov <imammedo@redhat.com>
Loading