]> git.proxmox.com Git - mirror_edk2.git/commitdiff
1) add in CpuIA32Lib_Edk2.inf to allow CpuIa32 to be built under GCC tool-chain.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 23 Aug 2008 07:36:54 +0000 (07:36 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 23 Aug 2008 07:36:54 +0000 (07:36 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5716 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib_Edk2.inf [new file with mode: 0644]

diff --git a/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib_Edk2.inf b/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib_Edk2.inf
new file mode 100644 (file)
index 0000000..163f850
--- /dev/null
@@ -0,0 +1,45 @@
+#/*++\r
+#\r
+#  Copyright (c) 2004 - 2005, Intel Corporation                                                         \r
+#  All rights reserved. This program and the accompanying materials                          \r
+#  are licensed and made available under the terms and conditions of the BSD License         \r
+#  which accompanies this distribution.  The full text of the license may be found at        \r
+#  http://opensource.org/licenses/bsd-license.php                                            \r
+#                                                                                            \r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+#  \r
+#   Module Name:\r
+#\r
+#     CpuIA32Lib.inf\r
+#\r
+#   Abstract:\r
+#\r
+#     Component description file for the Cpu IA32 library.\r
+#\r
+#--*/\r
+\r
+[defines]\r
+BASE_NAME       = CpuIA32Lib\r
+COMPONENT_TYPE  = LIBRARY\r
+\r
+[sources.common]\r
+  EfiCpuVersion.c\r
+\r
+[sources.ia32]\r
+  IA32/CpuIA32.c    | MSFT\r
+  IA32/CpuIA32.asm  | INTEL\r
+\r
+[sources.x64]\r
+  x64/Cpu.asm       | MSFT\r
+  x64/Cpu.asm       | INTEL\r
+  \r
+[includes.common]\r
+  $(EDK_SOURCE)/Foundation/Efi\r
+  $(EDK_SOURCE)/Foundation/Efi/Include\r
+  $(EDK_SOURCE)/Foundation/Framework/Include\r
+  .\r
+  $(EDK_SOURCE)/Foundation/Cpu/Pentium/Include\r
+  $(EDK_SOURCE)/Foundation/Include\r
+\r
+[nmake.common]\r