mirror of https://github.com/acidanthera/audk.git
CorebootPayloadPkg: Use unique path for IA32 and X64 payload binaries
Use unique output directory names so that both IA32 and X64 payloads can be built without overwriting one another. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Scott Duplichan <scott@notabs.org> Reviewed-by: Prince Agyeman <prince.agyeman@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17150 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
090b856b34
commit
08fc181849
|
@ -27,7 +27,7 @@
|
|||
SUPPORTED_ARCHITECTURES = IA32|X64
|
||||
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
||||
SKUID_IDENTIFIER = DEFAULT
|
||||
OUTPUT_DIRECTORY = Build/CorebootPayloadPkg
|
||||
OUTPUT_DIRECTORY = Build/CorebootPayloadPkgIA32
|
||||
FLASH_DEFINITION = CorebootPayloadPkg/CorebootPayloadPkg.fdf
|
||||
|
||||
DEFINE SECURE_BOOT_ENABLE = FALSE
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
SUPPORTED_ARCHITECTURES = IA32|X64
|
||||
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
||||
SKUID_IDENTIFIER = DEFAULT
|
||||
OUTPUT_DIRECTORY = Build/CorebootPayloadPkg
|
||||
OUTPUT_DIRECTORY = Build/CorebootPayloadPkgX64
|
||||
FLASH_DEFINITION = CorebootPayloadPkg/CorebootPayloadPkg.fdf
|
||||
|
||||
DEFINE SECURE_BOOT_ENABLE = FALSE
|
||||
|
|
Loading…
Reference in New Issue