]> git.proxmox.com Git - mirror_edk2.git/commitdiff
QuarkSocPkg: Remove X64 from SUPPORTED_ARCHITECTURES
authorMichael Kinney <michael.d.kinney@intel.com>
Thu, 7 Jan 2016 21:52:53 +0000 (21:52 +0000)
committermdkinney <mdkinney@Edk2>
Thu, 7 Jan 2016 21:52:53 +0000 (21:52 +0000)
QuarkSocPkg is only for IA32.  Remove X64 from SUPPORTED_ARCCHITECTURES in
DSC file.

Cc: Kelly Steele <kelly.steele@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Kelly Steele <kelly.steele@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19615 6f19259b-4bc3-4df7-8a09-765794883524

QuarkSocPkg/QuarkSocPkg.dsc

index 3c8dfca2b257df9983a21fcda8e475a3c9ff7745..20301b36469b52b0232c4c54d46f9687da22fac4 100644 (file)
@@ -4,7 +4,7 @@
 # This DSC file is used for Package Level build.\r
 #\r
 # This Module provides FRAMEWORK reference implementation for INTEL Quark SoC.\r
-#   Copyright (c) 2013-2015 Intel Corporation.\r
+#   Copyright (c) 2013-2016 Intel Corporation.\r
 #\r
 #   This program and the accompanying materials\r
 #   are licensed and made available under the terms and conditions of the BSD License\r
@@ -27,7 +27,7 @@
   PLATFORM_VERSION               = 0.1\r
   DSC_SPECIFICATION              = 0x00010005\r
   OUTPUT_DIRECTORY               = Build/QuarkSocPkg\r
-  SUPPORTED_ARCHITECTURES        = IA32|X64\r
+  SUPPORTED_ARCHITECTURES        = IA32\r
   BUILD_TARGETS                  = DEBUG|RELEASE\r
   SKUID_IDENTIFIER               = DEFAULT\r
 \r
   QuarkSocPkg/QuarkNorthCluster/Spi/PchSpiSmm.inf\r
   QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/QncS3Support.inf {\r
     <LibraryClasses>\r
-    DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
-    PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
+      DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
+      PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
   }\r
   QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmControlDxe/SmmControlDxe.inf\r
   QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNCSmmDispatcher.inf\r