]> git.proxmox.com Git - mirror_edk2.git/commitdiff
CorebootPayloadPkg: Use unique path for IA32 and X64 payload binaries
authorScott Duplichan <scott@notabs.org>
Fri, 10 Apr 2015 02:41:41 +0000 (02:41 +0000)
committermauricema <mauricema@Edk2>
Fri, 10 Apr 2015 02:41:41 +0000 (02:41 +0000)
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

CorebootPayloadPkg/CorebootPayloadPkgIA32.dsc
CorebootPayloadPkg/CorebootPayloadPkgX64.dsc

index fd2d02c11451253ffc48aa1bd22a27e82ef2e164..feae0279570d800dde00144653d9fd5d289e4ba6 100644 (file)
@@ -27,7 +27,7 @@
   SUPPORTED_ARCHITECTURES             = IA32|X64\r
   BUILD_TARGETS                       = DEBUG|RELEASE|NOOPT\r
   SKUID_IDENTIFIER                    = DEFAULT\r
-  OUTPUT_DIRECTORY                    = Build/CorebootPayloadPkg\r
+  OUTPUT_DIRECTORY                    = Build/CorebootPayloadPkgIA32\r
   FLASH_DEFINITION                    = CorebootPayloadPkg/CorebootPayloadPkg.fdf\r
   \r
   DEFINE SECURE_BOOT_ENABLE      = FALSE\r
index 20e6d7db52435926bdf1afd3fa4ba6d09a2cf947..e44994ee1766ebc28c8898681212c800c235c8f0 100644 (file)
@@ -27,7 +27,7 @@
   SUPPORTED_ARCHITECTURES             = IA32|X64\r
   BUILD_TARGETS                       = DEBUG|RELEASE|NOOPT\r
   SKUID_IDENTIFIER                    = DEFAULT\r
-  OUTPUT_DIRECTORY                    = Build/CorebootPayloadPkg\r
+  OUTPUT_DIRECTORY                    = Build/CorebootPayloadPkgX64\r
   FLASH_DEFINITION                    = CorebootPayloadPkg/CorebootPayloadPkg.fdf\r
   \r
   DEFINE SECURE_BOOT_ENABLE      = FALSE\r