]> xenbits.xensource.com Git - pvdrivers/win/xennet.git/commit
Allow user to specify desired build architecture
authorNicholas Tsirakis <niko.tsirakis@gmail.com>
Fri, 6 Nov 2020 20:48:43 +0000 (15:48 -0500)
committerPaul Durrant <pdurrant@amazon.com>
Tue, 10 Nov 2020 11:07:55 +0000 (11:07 +0000)
commit6af2a3760beed050d5a1387bd81e711b327fce4b
tree889283c3a5abbcf653dfca372f4e638a81795563
parent26a6f4e7dceaaeec69c915c58fc5fe2b1b7ee117
Allow user to specify desired build architecture

Often times we only need to build a driver for a single
targeted architecture. Continue to build both by default,
but allow the user to specify one if desired.

Signed-off-by: Nicholas Tsirakis <tsirakisn@ainfosec.com>
Use [string]::IsNullOrEmpty($Arch)

Signed-off-by: Paul Durrant <paul@xen.org>
build.ps1