]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Roll back previous change. GCC assembly file should use .S postfix.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 28 Jan 2011 05:22:14 +0000 (05:22 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 28 Jan 2011 05:22:14 +0000 (05:22 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11280 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/BootScriptSaveOnS3SaveStateThunk.inf

index 48e358b51f6f7058897c5726a89f41867db38e8b..b9ea51e09c1e8392358555815d6678442b833c93 100644 (file)
@@ -4,7 +4,7 @@
 #  Intel's Framework Boot Script Save Protocol is replaced by S3 Save State Protocol in PI.\r
 #  This module produces Framework Boot Script Save protocol by consuming PI S3 Save State protocol\r
 #  \r
-#  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -38,7 +38,7 @@
 \r
 [Sources.X64]\r
   X64/AsmDispatchExecute.asm\r
-  X64/AsmDispatchExecute.s\r
+  X64/AsmDispatchExecute.S\r
   X64/DispatchExecute.c\r
 \r
 [Sources.Ia32]  \r